Uses of Class
org.robovm.apple.avfoundation.AVAudioQuality
| Package | Description |
|---|---|
| org.robovm.apple.avfoundation |
-
Uses of AVAudioQuality in org.robovm.apple.avfoundation
Methods in org.robovm.apple.avfoundation that return AVAudioQuality Modifier and Type Method Description AVAudioQualityAVAudioEncoderSettings. getAudioQuality()AVAudioQualityAVSampleRateConverterSettings. getAudioQuality()AVAudioQualityAVAudioEncoderSettings. getAudioQualityForVBR()AVAudioQualityAVAudioConverter. getSampleRateConverterQuality()static AVAudioQualityAVAudioQuality. valueOf(long n)Returns the enum constant of this type with the specified name.static AVAudioQualityAVAudioQuality. valueOf(String name)Returns the enum constant of this type with the specified name.static AVAudioQuality[]AVAudioQuality. 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 AVAudioQuality Modifier and Type Method Description AVAudioEncoderSettingsAVAudioEncoderSettings. setAudioQuality(AVAudioQuality audioQuality)AVSampleRateConverterSettingsAVSampleRateConverterSettings. setAudioQuality(AVAudioQuality audioQuality)AVAudioEncoderSettingsAVAudioEncoderSettings. setAudioQualityForVBR(AVAudioQuality audioQualityForVBR)voidAVAudioConverter. setSampleRateConverterQuality(AVAudioQuality v)