AAX SDK 2.8.0
Avid Audio Extensions Development Kit
Loading...
Searching...
No Matches
List of all members | Public Member Functions
AAX_IACFTransportControl Class Referenceabstract

#include <AAX_IACFTransportControl.h>

Inheritance diagram for AAX_IACFTransportControl:
[legend]
Collaboration diagram for AAX_IACFTransportControl:
[legend]

Description

Versioned interface to control the host's transport state.

Public Member Functions

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.
 
- Public Member Functions inherited from IACFUnknown
virtual BEGIN_ACFINTERFACE ACFRESULT ACFMETHODCALLTYPE QueryInterface (const acfIID &iid, void **ppOut)=0
 Returns pointers to supported interfaces.
 
virtual acfUInt32 ACFMETHODCALLTYPE AddRef (void)=0
 Increments reference count.
 
virtual acfUInt32 ACFMETHODCALLTYPE Release (void)=0
 Decrements reference count.
 

Member Function Documentation

◆ RequestTransportStart()

virtual AAX_Result AAX_IACFTransportControl::RequestTransportStart ( )
pure virtual

CALL: Request that the host transport start playback.

Note
This method is part of the AAX_IACFTransportControl interface

◆ RequestTransportStop()

virtual AAX_Result AAX_IACFTransportControl::RequestTransportStop ( )
pure virtual

CALL: Request that the host transport stop playback.

Note
This method is part of the AAX_IACFTransportControl interface

The documentation for this class was generated from the following file: