33#ifndef AAX_IACFTRANSPORTCONTROL_H
34#define AAX_IACFTRANSPORTCONTROL_H
42#pragma clang diagnostic push
43#pragma clang diagnostic ignored "-Wnon-virtual-dtor"
46#include "acfunknown.h"
60#pragma clang diagnostic pop
Utility functions for byte-swapping. Used by AAX_CChunkDataParser.
Various utility definitions for AAX.
int32_t AAX_Result
Definition: AAX.h:347
COM compatible IUnknown C++ interface.
Definition: AAX_ACFInterface.doxygen:265
Versioned interface to control the host's transport state.
Definition: AAX_IACFTransportControl.h:51
virtual AAX_Result RequestTransportStart()=0
CALL: Request that the host transport start playback.
virtual AAX_Result RequestTransportStop()=0
CALL: Request that the host transport stop playback.