Package org.robovm.apple.audiotoolbox
Interface AUHostCallback
public interface AUHostCallback
-
Method Summary
Modifier and Type Method Description OSStatusgetBeatAndTempo(DoublePtr currentBeat, DoublePtr currentTempo)OSStatusgetMusicalTimeLocation(IntPtr deltaSampleOffsetToNextBeat, FloatPtr timeSigNumerator, IntPtr timeSigDenominator, DoublePtr currentMeasureDownBeat)OSStatusgetTransportState(BooleanPtr isPlaying, BooleanPtr transportStateChanged, DoublePtr currentSampleInTimeLine, BooleanPtr isCycling, DoublePtr cycleStartBeat, DoublePtr cycleEndBeat)OSStatusgetTransportState2(BooleanPtr isPlaying, BooleanPtr isRecording, BooleanPtr transportStateChanged, DoublePtr currentSampleInTimeLine, BooleanPtr isCycling, DoublePtr cycleStartBeat, DoublePtr cycleEndBeat)
-
Method Details
-
getBeatAndTempo
-
getMusicalTimeLocation
-
getTransportState
OSStatus getTransportState(BooleanPtr isPlaying, BooleanPtr transportStateChanged, DoublePtr currentSampleInTimeLine, BooleanPtr isCycling, DoublePtr cycleStartBeat, DoublePtr cycleEndBeat) -
getTransportState2
OSStatus getTransportState2(BooleanPtr isPlaying, BooleanPtr isRecording, BooleanPtr transportStateChanged, DoublePtr currentSampleInTimeLine, BooleanPtr isCycling, DoublePtr cycleStartBeat, DoublePtr cycleEndBeat)
-