21 #ifndef AAX_VTRANSPORT_H
22 #define AAX_VTRANSPORT_H
58 ACFPtr<AAX_IACFTransport> mITransport;
59 ACFPtr<AAX_IACFTransport_V2> mITransportV2;
62 #endif // AAX_VTRANSPORT_H
AAX_EFrameRate
FrameRate types.
Definition: AAX_Enums.h:705
virtual AAX_Result GetCurrentTickPosition(int64_t *TickPosition) const
CALL: Gets the current tick position.
AAX_EFeetFramesRate
FeetFramesRate types.
Definition: AAX_Enums.h:722
virtual AAX_Result GetCurrentLoopPosition(bool *bLooping, int64_t *LoopStartTick, int64_t *LoopEndTick) const
CALL: Gets current information on loop playback.
virtual AAX_Result GetTicksPerQuarter(uint32_t *ticks) const
CALL: Retrieves the number of ticks per quarter note.
virtual AAX_Result GetCurrentMeter(int32_t *MeterNumerator, int32_t *MeterDenominator) const
CALL: Gets the current meter.
virtual AAX_Result IsMetronomeEnabled(int32_t *isEnabled) const
Sets isEnabled to true if the metronome is enabled.
virtual AAX_Result GetTimeCodeInfo(AAX_EFrameRate *oFrameRate, int32_t *oOffset) const
CALL: Retrieves the current time code frame rate and offset.
virtual AAX_Result GetTimelineSelectionStartPosition(int64_t *oSampleLocation) const
CALL: Retrieves the current absolute sample position of the beginning of the current transport select...
virtual AAX_Result GetFeetFramesInfo(AAX_EFeetFramesRate *oFeetFramesRate, int64_t *oOffset) const
CALL: Retrieves the current timecode feet/frames rate and offset.
virtual AAX_Result IsTransportPlaying(bool *isPlaying) const
CALL: Indicates whether or not the transport is playing back.
virtual AAX_Result GetCurrentTicksPerBeat(uint32_t *ticks) const
CALL: Retrieves the number of ticks per beat.
Version-managed concrete AAX_ITransport class.
Definition: AAX_VTransport.h:32
COM compatible IUnknown C++ interface.
Definition: AAX_ACFInterface.dox:231
virtual ~AAX_VTransport()
int32_t AAX_Result
Definition: AAX.h:118
virtual AAX_Result GetCurrentNativeSampleLocation(int64_t *SampleLocation) const
CALL: Gets the current playback location of the native audio engine.
virtual AAX_Result GetBarBeatPosition(int32_t *Bars, int32_t *Beats, int64_t *DisplayTicks, int64_t SampleLocation) const
CALL: Given an absolute sample position, gets the corresponding bar and beat position.
Interface to information about the host's transport state.
Definition: AAX_ITransport.h:43
AAX_VTransport(IACFUnknown *pUnknown)
Interface for the AAX Transport data access functionality.
virtual AAX_Result GetCurrentTempo(double *TempoBPM) const
CALL: Gets the current tempo.
virtual AAX_Result GetCustomTickPosition(int64_t *oTickPosition, int64_t iSampleLocation) const
CALL: Given an absolute sample position, gets the corresponding tick position.
The interface for query ProTools transport information.