Uses of Class
org.robovm.apple.audiotoolbox.AudioSessionProperty
| Package | Description |
|---|---|
| org.robovm.apple.audiotoolbox |
-
Uses of AudioSessionProperty in org.robovm.apple.audiotoolbox
Methods in org.robovm.apple.audiotoolbox that return AudioSessionProperty Modifier and Type Method Description static AudioSessionPropertyAudioSessionProperty. valueOf(long n)Returns the enum constant of this type with the specified name.static AudioSessionPropertyAudioSessionProperty. valueOf(String name)Returns the enum constant of this type with the specified name.static AudioSessionProperty[]AudioSessionProperty. 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 AudioSessionProperty Modifier and Type Method Description static voidAudioSession. addPropertyListener(AudioSessionProperty id, AudioSession.PropertyListener listener)Deprecated.Deprecated in iOS 7.0.protected static OSStatusAudioSession. addPropertyListener0(AudioSessionProperty id, FunctionPtr inProc, long inClientData)Deprecated.Deprecated in iOS 7.0.static <T extends Struct<T>>
TAudioSession. getProperty(AudioSessionProperty id, Class<T> type)Deprecated.Deprecated in iOS 7.0.protected static OSStatusAudioSession. getProperty0(AudioSessionProperty id, IntPtr ioDataSize, VoidPtr outData)Deprecated.Deprecated in iOS 7.0.static doubleAudioSession. getPropertyAsDouble(AudioSessionProperty id)Deprecated.static floatAudioSession. getPropertyAsFloat(AudioSessionProperty id)Deprecated.static intAudioSession. getPropertyAsInt(AudioSessionProperty id)Deprecated.static longAudioSession. getPropertyAsLong(AudioSessionProperty id)Deprecated.static intAudioSession. getPropertySize(AudioSessionProperty id)Deprecated.Deprecated in iOS 7.0.protected static OSStatusAudioSession. getPropertySize0(AudioSessionProperty id, IntPtr outDataSize)Deprecated.Deprecated in iOS 7.0.voidAudioSession.PropertyListener. onChange(AudioSessionProperty id, int dataSize, VoidPtr data)static voidAudioSession. removePropertyListener(AudioSessionProperty id, AudioSession.PropertyListener listener)Deprecated.Deprecated in iOS 7.0.protected static OSStatusAudioSession. removePropertyListener0(AudioSessionProperty id, FunctionPtr inProc, long inClientData)Deprecated.Deprecated in iOS 7.0.static voidAudioSession. setProperty(AudioSessionProperty id, double value)Deprecated.static voidAudioSession. setProperty(AudioSessionProperty id, float value)Deprecated.static voidAudioSession. setProperty(AudioSessionProperty id, int value)Deprecated.static voidAudioSession. setProperty(AudioSessionProperty id, long value)Deprecated.static <T extends Struct<T>>
voidAudioSession. setProperty(AudioSessionProperty id, T data)Deprecated.Deprecated in iOS 7.0.protected static OSStatusAudioSession. setProperty0(AudioSessionProperty id, int inDataSize, VoidPtr inData)Deprecated.Deprecated in iOS 7.0.