Uses of Class
org.robovm.apple.avfoundation.AVAudioBuffer
| Package | Description |
|---|---|
| org.robovm.apple.avfoundation | |
| org.robovm.apple.soundanalysis |
-
Uses of AVAudioBuffer in org.robovm.apple.avfoundation
Subclasses of AVAudioBuffer in org.robovm.apple.avfoundation Modifier and Type Class Description classAVAudioCompressedBufferclassAVAudioPCMBufferMethods in org.robovm.apple.avfoundation with parameters of type AVAudioBuffer Modifier and Type Method Description protected AVAudioConverterOutputStatusAVAudioConverter. convert(AVAudioBuffer outputBuffer, NSError.NSErrorPtr outError, Block2<Integer,MachineSizedSIntPtr,AVAudioBuffer> inputBlock)AVAudioConverterOutputStatusAVAudioConverter. convert(AVAudioBuffer outputBuffer, Block2<Integer,MachineSizedSIntPtr,AVAudioBuffer> inputBlock)Method parameters in org.robovm.apple.avfoundation with type arguments of type AVAudioBuffer Modifier and Type Method Description protected AVAudioConverterOutputStatusAVAudioConverter. convert(AVAudioBuffer outputBuffer, NSError.NSErrorPtr outError, Block2<Integer,MachineSizedSIntPtr,AVAudioBuffer> inputBlock)AVAudioConverterOutputStatusAVAudioConverter. convert(AVAudioBuffer outputBuffer, Block2<Integer,MachineSizedSIntPtr,AVAudioBuffer> inputBlock)voidAVSpeechSynthesizer. writeUtterance(AVSpeechUtterance utterance, VoidBlock1<AVAudioBuffer> bufferCallback) -
Uses of AVAudioBuffer in org.robovm.apple.soundanalysis
Methods in org.robovm.apple.soundanalysis with parameters of type AVAudioBuffer Modifier and Type Method Description voidSNAudioStreamAnalyzer. analyzeAudioBuffer(AVAudioBuffer audioBuffer, long audioFramePosition)