Uses of Class
org.robovm.apple.coreaudio.AudioBufferList
| Package | Description |
|---|---|
| org.robovm.apple.audiotoolbox | |
| org.robovm.apple.avfoundation | |
| org.robovm.apple.coreaudio | |
| org.robovm.apple.coremedia | |
| org.robovm.apple.mediatoolbox |
-
Uses of AudioBufferList in org.robovm.apple.audiotoolbox
Methods in org.robovm.apple.audiotoolbox that return AudioBufferList Modifier and Type Method Description AudioBufferListAUScheduledAudioSlice. getBufferList()Methods in org.robovm.apple.audiotoolbox that return types with arguments of type AudioBufferList Modifier and Type Method Description Block5<IntPtr,AudioTimeStamp,Integer,Long,AudioBufferList,OSStatus>AUAudioUnit. getOutputProvider()Block6<IntPtr,AudioTimeStamp,Integer,Long,AudioBufferList,Block5<IntPtr,AudioTimeStamp,Integer,Long,AudioBufferList,OSStatus>,OSStatus>AUAudioUnit. getRenderBlock()Block6<IntPtr,AudioTimeStamp,Integer,Long,AudioBufferList,Block5<IntPtr,AudioTimeStamp,Integer,Long,AudioBufferList,OSStatus>,OSStatus>AUAudioUnit. getRenderBlock()Methods in org.robovm.apple.audiotoolbox with parameters of type AudioBufferList Modifier and Type Method Description OSStatusAudioCodec. appendInputBufferList(AudioBufferList inBufferList, IntPtr ioNumberPackets, AudioStreamPacketDescription inPacketDescription, IntPtr outBytesConsumed)voidAudioConverter. convertComplexBuffer(int numberPCMFrames, AudioBufferList inputData, AudioBufferList outputData)protected OSStatusAudioConverter. convertComplexBuffer0(int inNumberPCMFrames, AudioBufferList inInputData, AudioBufferList outOutputData)protected OSStatusAudioConverter. fillComplexBuffer0(FunctionPtr inInputDataProc, long inInputDataProcUserData, IntPtr ioOutputDataPacketSize, AudioBufferList outOutputData, AudioStreamPacketDescription.AudioStreamPacketDescriptionPtr outPacketDescription)intAudioQueueProcessingTap. getSourceAudio(int numberFrames, AudioTimeStamp timeStamp, AudioQueueProcessingTapMutableFlags sourceFlags, AudioBufferList data)protected OSStatusAudioQueueProcessingTap. getSourceAudio0(int inNumberFrames, AudioTimeStamp ioTimeStamp, AudioQueueProcessingTapMutableFlags outFlags, IntPtr outNumberFrames, AudioBufferList ioData)voidAURenderCallback. onRender(AUMutableRenderActionFlags actionFlags, AudioTimeStamp timeStamp, int busNumber, int numberFrames, AudioBufferList data)intAudioQueueProcessingTap.ProcessingTapCallback. process(AudioQueueProcessingTap aqTap, int numberFrames, AudioTimeStamp timeStamp, AudioQueueProcessingTapMutableFlags flags, AudioBufferList data)voidAudioUnit. process(AUMutableRenderActionFlags actionFlags, AudioTimeStamp timeStamp, int numberFrames, AudioBufferList data)protected OSStatusAudioUnit. process0(AUMutableRenderActionFlags actionFlags, AudioTimeStamp inTimeStamp, int inNumberFrames, AudioBufferList ioData)OSStatusAudioCodec. produceOutputBufferList(AudioBufferList ioBufferList, IntPtr ioNumberPackets, AudioStreamPacketDescription outPacketDescription, IntPtr outStatus)intExtAudioFile. read(int numberFrames, AudioBufferList data)protected OSStatusExtAudioFile. read0(IntPtr ioNumberFrames, AudioBufferList ioData)voidAudioUnit. render(AUMutableRenderActionFlags actionFlags, AudioTimeStamp timeStamp, int outputBusNumber, int numberFrames, AudioBufferList data)voidAudioUnit. render(AURenderActionFlags actionFlags, AudioTimeStamp timeStamp, int outputBusNumber, int numberFrames, AudioBufferList data)protected OSStatusAudioUnit. render0(AUMutableRenderActionFlags actionFlags, AudioTimeStamp inTimeStamp, int inOutputBusNumber, int inNumberFrames, AudioBufferList ioData)AUScheduledAudioSliceAUScheduledAudioSlice. setBufferList(AudioBufferList bufferList)voidExtAudioFile. write(int numberFrames, AudioBufferList data)protected OSStatusExtAudioFile. write0(int inNumberFrames, AudioBufferList ioData)voidExtAudioFile. writeAsync(int numberFrames, AudioBufferList data)protected OSStatusExtAudioFile. writeAsync0(int inNumberFrames, AudioBufferList ioData)Method parameters in org.robovm.apple.audiotoolbox with type arguments of type AudioBufferList Modifier and Type Method Description voidAUAudioUnit. setOutputProvider(Block5<IntPtr,AudioTimeStamp,Integer,Long,AudioBufferList,OSStatus> v)Constructors in org.robovm.apple.audiotoolbox with parameters of type AudioBufferList Constructor Description AUScheduledAudioSlice(AudioTimeStamp timeStamp, AUScheduledAudioSlice flags, int numberFrames, AudioBufferList bufferList) -
Uses of AudioBufferList in org.robovm.apple.avfoundation
Methods in org.robovm.apple.avfoundation that return AudioBufferList Modifier and Type Method Description AudioBufferListAVAudioBuffer. getAudioBufferList()AudioBufferListAVAudioBuffer. getMutableAudioBufferList()Methods in org.robovm.apple.avfoundation that return types with arguments of type AudioBufferList Modifier and Type Method Description Block3<Integer,AudioBufferList,OSStatus.OSStatusPtr,AVAudioEngineManualRenderingStatus>AVAudioEngine. getManualRenderingBlock()Methods in org.robovm.apple.avfoundation with parameters of type AudioBufferList Modifier and Type Method Description protected longAVAudioPCMBuffer. init(AVAudioFormat format, AudioBufferList bufferList, VoidBlock1<AudioBufferList> deallocator)Method parameters in org.robovm.apple.avfoundation with type arguments of type AudioBufferList Modifier and Type Method Description protected longAVAudioPCMBuffer. init(AVAudioFormat format, AudioBufferList bufferList, VoidBlock1<AudioBufferList> deallocator)protected longAVAudioSinkNode. init(Block3<AudioTimeStamp,Integer,AudioBufferList,OSStatus> block)protected longAVAudioSourceNode. init(AVAudioFormat format, Block4<BooleanPtr,AudioTimeStamp,Integer,AudioBufferList,OSStatus> block)protected longAVAudioSourceNode. init(Block4<BooleanPtr,AudioTimeStamp,Integer,AudioBufferList,OSStatus> block)booleanAVAudioInputNode. setManualRenderingInputPCMFormat(AVAudioFormat format, Block1<Integer,AudioBufferList> block)Constructors in org.robovm.apple.avfoundation with parameters of type AudioBufferList Constructor Description AVAudioPCMBuffer(AVAudioFormat format, AudioBufferList bufferList, VoidBlock1<AudioBufferList> deallocator)Constructor parameters in org.robovm.apple.avfoundation with type arguments of type AudioBufferList Constructor Description AVAudioPCMBuffer(AVAudioFormat format, AudioBufferList bufferList, VoidBlock1<AudioBufferList> deallocator)AVAudioSinkNode(Block3<AudioTimeStamp,Integer,AudioBufferList,OSStatus> block)AVAudioSourceNode(AVAudioFormat format, Block4<BooleanPtr,AudioTimeStamp,Integer,AudioBufferList,OSStatus> block)AVAudioSourceNode(Block4<BooleanPtr,AudioTimeStamp,Integer,AudioBufferList,OSStatus> block) -
Uses of AudioBufferList in org.robovm.apple.coreaudio
Methods in org.robovm.apple.coreaudio that return AudioBufferList Modifier and Type Method Description AudioBufferListAudioBufferList. setBuffer(int index, AudioBuffer buffer)AudioBufferListAudioBufferList. setBuffers(AudioBuffer[] buffers)protected AudioBufferListAudioBufferList. setNumberBuffers(int numberBuffers) -
Uses of AudioBufferList in org.robovm.apple.coremedia
Methods in org.robovm.apple.coremedia that return AudioBufferList Modifier and Type Method Description AudioBufferListCMSampleBuffer. getAudioBufferList(long bufferListSize, CMSampleBufferFlags flags, CMBlockBuffer buffer)Methods in org.robovm.apple.coremedia with parameters of type AudioBufferList Modifier and Type Method Description voidCMSampleBuffer. copyPCMDataIntoAudioBufferList(int frameOffset, int numFrames, AudioBufferList bufferList)protected OSStatusCMSampleBuffer. copyPCMDataIntoAudioBufferList0(int frameOffset, int numFrames, AudioBufferList bufferList)protected OSStatusCMSampleBuffer. getAudioBufferList0(MachineSizedUIntPtr bufferListSizeNeededOut, AudioBufferList bufferListOut, long bufferListSize, CFAllocator blockBufferStructureAllocator, CFAllocator blockBufferBlockAllocator, CMSampleBufferFlags flags, CMBlockBuffer.CMBlockBufferPtr blockBufferOut)voidCMSampleBuffer. setAudioBufferList(AudioBufferList bufferList, CMSampleBufferFlags flags)protected OSStatusCMSampleBuffer. setAudioBufferList0(CFAllocator blockBufferStructureAllocator, CFAllocator blockBufferBlockAllocator, CMSampleBufferFlags flags, AudioBufferList bufferList) -
Uses of AudioBufferList in org.robovm.apple.mediatoolbox
Methods in org.robovm.apple.mediatoolbox with parameters of type AudioBufferList Modifier and Type Method Description longMTAudioProcessingTap. getSourceAudio(long numberFrames, AudioBufferList bufferList, MTAudioProcessingTapMutableFlags flags)protected OSStatusMTAudioProcessingTap. getSourceAudio0(long numberFrames, AudioBufferList bufferListInOut, MTAudioProcessingTapMutableFlags flagsOut, CMTimeRange timeRangeOut, MachineSizedSIntPtr numberFramesOut)longMTAudioProcessingTap.Callbacks. process(MTAudioProcessingTap tap, long numberFrames, MTAudioProcessingTapMutableFlags flags, AudioBufferList bufferList)