Uses of Class
org.robovm.apple.avfoundation.AVAudioCommonFormat
| Package | Description |
|---|---|
| org.robovm.apple.avfoundation |
-
Uses of AVAudioCommonFormat in org.robovm.apple.avfoundation
Methods in org.robovm.apple.avfoundation that return AVAudioCommonFormat Modifier and Type Method Description AVAudioCommonFormatAVAudioFormat. getCommonFormat()static AVAudioCommonFormatAVAudioCommonFormat. valueOf(long n)Returns the enum constant of this type with the specified name.static AVAudioCommonFormatAVAudioCommonFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static AVAudioCommonFormat[]AVAudioCommonFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.avfoundation with parameters of type AVAudioCommonFormat Modifier and Type Method Description protected longAVAudioFormat. init(AVAudioCommonFormat format, double sampleRate, boolean interleaved, AVAudioChannelLayout layout)protected longAVAudioFormat. init(AVAudioCommonFormat format, double sampleRate, int channels, boolean interleaved)Constructors in org.robovm.apple.avfoundation with parameters of type AVAudioCommonFormat Constructor Description AVAudioFile(NSURL fileURL, AVAudioCommonFormat format, boolean interleaved)AVAudioFile(NSURL fileURL, AVAudioSettings settings, AVAudioCommonFormat format, boolean interleaved)AVAudioFormat(AVAudioCommonFormat format, double sampleRate, boolean interleaved, AVAudioChannelLayout layout)AVAudioFormat(AVAudioCommonFormat format, double sampleRate, int channels, boolean interleaved)