Uses of Class
org.robovm.apple.audiotoolbox.AudioBalanceFadeType
| Package | Description |
|---|---|
| org.robovm.apple.audiotoolbox |
-
Uses of AudioBalanceFadeType in org.robovm.apple.audiotoolbox
Methods in org.robovm.apple.audiotoolbox that return AudioBalanceFadeType Modifier and Type Method Description AudioBalanceFadeTypeAudioBalanceFade. getType()static AudioBalanceFadeTypeAudioBalanceFadeType. valueOf(long n)Returns the enum constant of this type with the specified name.static AudioBalanceFadeTypeAudioBalanceFadeType. valueOf(String name)Returns the enum constant of this type with the specified name.static AudioBalanceFadeType[]AudioBalanceFadeType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.audiotoolbox with parameters of type AudioBalanceFadeType Modifier and Type Method Description AudioBalanceFadeAudioBalanceFade. setType(AudioBalanceFadeType type)Constructors in org.robovm.apple.audiotoolbox with parameters of type AudioBalanceFadeType Constructor Description AudioBalanceFade(float leftRightBalance, float backFrontFade, AudioBalanceFadeType type, AudioChannelLayout channelLayout)