public final class AVAudio3DAngularOrientation
extends org.moe.natj.c.StructObject
| Modifier | Constructor and Description |
|---|---|
|
AVAudio3DAngularOrientation() |
|
AVAudio3DAngularOrientation(float yaw,
float pitch,
float roll) |
protected |
AVAudio3DAngularOrientation(org.moe.natj.general.Pointer peer) |
| Modifier and Type | Method and Description |
|---|---|
float |
pitch() |
float |
roll() |
void |
setPitch(float value) |
void |
setRoll(float value) |
void |
setYaw(float value) |
float |
yaw() |