20#ifndef AAX_IACFTRANSPORTCONTROL_H
21#define AAX_IACFTRANSPORTCONTROL_H
29#pragma clang diagnostic push
30#pragma clang diagnostic ignored "-Wnon-virtual-dtor"
33#include "acfunknown.h"
47#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:334
COM compatible IUnknown C++ interface.
Definition: AAX_ACFInterface.doxygen:252
Versioned interface to control the host's transport state.
Definition: AAX_IACFTransportControl.h:38
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.