Uses of Class
org.robovm.apple.coreaudio.AudioChannelLabel
| Package | Description |
|---|---|
| org.robovm.apple.avfoundation | |
| org.robovm.apple.coreaudio |
-
Uses of AudioChannelLabel in org.robovm.apple.avfoundation
Methods in org.robovm.apple.avfoundation that return AudioChannelLabel Modifier and Type Method Description AudioChannelLabelAVAudioSessionChannelDescription. getChannelLabel() -
Uses of AudioChannelLabel in org.robovm.apple.coreaudio
Methods in org.robovm.apple.coreaudio that return AudioChannelLabel Modifier and Type Method Description AudioChannelLabelAudioChannelDescription. getChannelLabel()static AudioChannelLabelAudioChannelLabel. valueOf(long n)Returns the enum constant of this type with the specified name.static AudioChannelLabelAudioChannelLabel. valueOf(String name)Returns the enum constant of this type with the specified name.static AudioChannelLabel[]AudioChannelLabel. 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 AudioChannelLabel Modifier and Type Method Description AudioChannelDescriptionAudioChannelDescription. setChannelLabel(AudioChannelLabel channelLabel)Constructors in org.robovm.apple.coreaudio with parameters of type AudioChannelLabel Constructor Description AudioChannelDescription(AudioChannelLabel channelLabel, AudioChannelFlags channelFlags, float[] coordinates)