public final class AudioUnitProperty
extends org.moe.natj.c.StructObject
| Modifier | Constructor and Description |
|---|---|
|
AudioUnitProperty() |
|
AudioUnitProperty(AudioComponentInstance mAudioUnit,
int mPropertyID,
int mScope,
int mElement) |
protected |
AudioUnitProperty(org.moe.natj.general.Pointer peer) |
| Modifier and Type | Method and Description |
|---|---|
AudioComponentInstance |
mAudioUnit() |
int |
mElement() |
int |
mPropertyID() |
int |
mScope() |
void |
setMAudioUnit(AudioComponentInstance value) |
void |
setMElement(int value) |
void |
setMPropertyID(int value) |
void |
setMScope(int value) |
public AudioUnitProperty()
protected AudioUnitProperty(org.moe.natj.general.Pointer peer)
public AudioUnitProperty(AudioComponentInstance mAudioUnit, int mPropertyID, int mScope, int mElement)
public AudioComponentInstance mAudioUnit()
public void setMAudioUnit(AudioComponentInstance value)
public int mPropertyID()
public void setMPropertyID(int value)
public int mScope()
public void setMScope(int value)
public int mElement()
public void setMElement(int value)