Uses of Class
org.robovm.apple.coreaudio.AudioFormat
| Package | Description |
|---|---|
| org.robovm.apple.audiotoolbox | |
| org.robovm.apple.avfoundation | |
| org.robovm.apple.coreaudio |
-
Uses of AudioFormat in org.robovm.apple.audiotoolbox
Methods in org.robovm.apple.audiotoolbox that return AudioFormat Modifier and Type Method Description AudioFormatAudioFileTypeAndFormat. getFormat()Methods in org.robovm.apple.audiotoolbox with parameters of type AudioFormat Modifier and Type Method Description AudioFileTypeAndFormatAudioFileTypeAndFormat. setFormat(AudioFormat format)Constructors in org.robovm.apple.audiotoolbox with parameters of type AudioFormat Constructor Description AudioFileTypeAndFormat(AudioFileType fileType, AudioFormat format) -
Uses of AudioFormat in org.robovm.apple.avfoundation
Methods in org.robovm.apple.avfoundation that return AudioFormat Modifier and Type Method Description AudioFormatAVAudioSettings. getFormat()Methods in org.robovm.apple.avfoundation with parameters of type AudioFormat Modifier and Type Method Description AVAudioSettingsAVAudioSettings. setFormat(AudioFormat format) -
Uses of AudioFormat in org.robovm.apple.coreaudio
Methods in org.robovm.apple.coreaudio that return AudioFormat Modifier and Type Method Description AudioFormatAudioStreamBasicDescription. getFormat()static AudioFormatAudioFormat. valueOf(long n)Returns the enum constant of this type with the specified name.static AudioFormatAudioFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static AudioFormat[]AudioFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.coreaudio with parameters of type AudioFormat Modifier and Type Method Description AudioStreamBasicDescriptionAudioStreamBasicDescription. setFormat(AudioFormat format)Constructors in org.robovm.apple.coreaudio with parameters of type AudioFormat Constructor Description AudioStreamBasicDescription(double sampleRate, AudioFormat format, AudioFormatFlags formatFlags, int bytesPerPacket, int framesPerPacket, int bytesPerFrame, int channelsPerFrame, int bitsPerChannel)