Uses of Class
org.robovm.apple.audiotoolbox.AUEventSampleTime
| Package | Description |
|---|---|
| org.robovm.apple.audiotoolbox | |
| org.robovm.apple.avfoundation |
-
Uses of AUEventSampleTime in org.robovm.apple.audiotoolbox
Methods in org.robovm.apple.audiotoolbox that return AUEventSampleTime Modifier and Type Method Description AUEventSampleTimeAUMIDIEvent. getEventSampleTime()AUEventSampleTimeAUMIDIEventList. getEventSampleTime()AUEventSampleTimeAURenderEventHeader. getEventSampleTime()static AUEventSampleTimeAUEventSampleTime. valueOf(long n)Returns the enum constant of this type with the specified name.static AUEventSampleTimeAUEventSampleTime. valueOf(String name)Returns the enum constant of this type with the specified name.static AUEventSampleTime[]AUEventSampleTime. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.audiotoolbox that return types with arguments of type AUEventSampleTime Modifier and Type Method Description Block4<AUEventSampleTime,Byte,Long,BytePtr,OSStatus>AUAudioUnit. getMIDIOutputEventBlock()Block3<AUEventSampleTime,Byte,MIDIEventList,OSStatus>AUAudioUnit. getMIDIOutputEventListBlock()VoidBlock4<AUEventSampleTime,Byte,Long,BytePtr>AUAudioUnit. getScheduleMIDIEventBlock()Block3<AUEventSampleTime,Byte,MIDIEventList,OSStatus>AUAudioUnit. getScheduleMIDIEventListBlock()VoidBlock4<AUEventSampleTime,Integer,Long,Float>AUAudioUnit. getScheduleParameterBlock()Methods in org.robovm.apple.audiotoolbox with parameters of type AUEventSampleTime Modifier and Type Method Description AUMIDIEventAUMIDIEvent. setEventSampleTime(AUEventSampleTime eventSampleTime)AUMIDIEventListAUMIDIEventList. setEventSampleTime(AUEventSampleTime eventSampleTime)AURenderEventHeaderAURenderEventHeader. setEventSampleTime(AUEventSampleTime eventSampleTime)Method parameters in org.robovm.apple.audiotoolbox with type arguments of type AUEventSampleTime Modifier and Type Method Description voidAUAudioUnit. setMIDIOutputEventBlock(Block4<AUEventSampleTime,Byte,Long,BytePtr,OSStatus> v)voidAUAudioUnit. setMIDIOutputEventListBlock(Block3<AUEventSampleTime,Byte,MIDIEventList,OSStatus> v)Constructors in org.robovm.apple.audiotoolbox with parameters of type AUEventSampleTime Constructor Description AUMIDIEvent(AURenderEvent next, AUEventSampleTime eventSampleTime, AURenderEventType eventType, byte reserved, short length, byte cable, ByteBuffer data)AUMIDIEventList(AURenderEvent next, AUEventSampleTime eventSampleTime, AURenderEventType eventType, byte reserved, byte cable, MIDIEventList eventList)AURenderEventHeader(AURenderEvent next, AUEventSampleTime eventSampleTime, AURenderEventType eventType, byte reserved) -
Uses of AUEventSampleTime in org.robovm.apple.avfoundation
Method parameters in org.robovm.apple.avfoundation with type arguments of type AUEventSampleTime Modifier and Type Method Description voidAVAudioEngine. connectMIDI(AVAudioNode sourceNode, AVAudioNode destinationNode, AVAudioFormat format, Block4<AUEventSampleTime,Byte,Long,BytePtr,OSStatus> tapBlock)voidAVAudioEngine. connectMIDI(AVAudioNode sourceNode, NSArray<AVAudioNode> destinationNodes, AVAudioFormat format, Block4<AUEventSampleTime,Byte,Long,BytePtr,OSStatus> tapBlock)