Uses of Class
org.robovm.apple.coreaudio.AudioBuffer
| Package | Description |
|---|---|
| org.robovm.apple.coreaudio |
-
Uses of AudioBuffer in org.robovm.apple.coreaudio
Methods in org.robovm.apple.coreaudio that return AudioBuffer Modifier and Type Method Description AudioBufferAudioBufferList. getBuffer(int index)AudioBuffer[]AudioBufferList. getBuffers()protected AudioBufferAudioBufferList. getBuffers0()AudioBufferAudioBuffer. setData(byte[] data)AudioBufferAudioBuffer. setData(float[] data)AudioBufferAudioBuffer. setData(int[] data)AudioBufferAudioBuffer. setData(long dataPointer, int length)AudioBufferAudioBuffer. setData(short[] data)AudioBufferAudioBuffer. setData(Buffer data)AudioBufferAudioBuffer. setNumberChannels(int numberChannels)Methods in org.robovm.apple.coreaudio with parameters of type AudioBuffer Modifier and Type Method Description AudioBufferListAudioBufferList. setBuffer(int index, AudioBuffer buffer)AudioBufferListAudioBufferList. setBuffers(AudioBuffer[] buffers)Constructors in org.robovm.apple.coreaudio with parameters of type AudioBuffer Constructor Description AudioBufferList(AudioBuffer... buffers)