Package org.robovm.apple.audiotoolbox
Class AudioUnitProperty
- All Implemented Interfaces:
Iterable<AudioUnitProperty>
public class AudioUnitProperty extends Struct<AudioUnitProperty>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAudioUnitProperty.AudioUnitPropertyPtrNested classes/interfaces inherited from class org.robovm.rt.bro.Struct
Struct.Marshaler -
Constructor Summary
Constructors Constructor Description AudioUnitProperty()AudioUnitProperty(AudioUnit audioUnit, AUPropertyType propertyID, AUScope scope, int element) -
Method Summary
Modifier and Type Method Description AudioUnitgetAudioUnit()intgetElement()AUPropertyTypegetPropertyID()AUScopegetScope()AudioUnitPropertysetAudioUnit(AudioUnit audioUnit)AudioUnitPropertysetElement(int element)AudioUnitPropertysetPropertyID(AUPropertyType propertyID)AudioUnitPropertysetScope(AUScope scope)Methods inherited from class org.robovm.rt.bro.Struct
_sizeOf, allocate, allocate, as, clear, clear, copy, copy, copyWithMalloc, copyWithMalloc, free, iterator, iterator, malloc, malloc, next, next, offsetOf, previous, previous, sizeOf, sizeOf, toArray, toList, toStruct, update, update, update, wrapMethods inherited from class org.robovm.rt.bro.NativeObject
equals, getHandle, hashCode, setHandle
-
Constructor Details
-
AudioUnitProperty
public AudioUnitProperty() -
AudioUnitProperty
public AudioUnitProperty(AudioUnit audioUnit, AUPropertyType propertyID, AUScope scope, int element)
-
-
Method Details
-
getAudioUnit
-
setAudioUnit
-
getPropertyID
-
setPropertyID
-
getScope
-
setScope
-
getElement
public int getElement() -
setElement
-