Package apple.avfoundation.struct
Class AVAudio3DAngularOrientation
- java.lang.Object
-
- org.moe.natj.general.NativeObject
-
- org.moe.natj.c.StructObject
-
- apple.avfoundation.struct.AVAudio3DAngularOrientation
-
public final class AVAudio3DAngularOrientation extends org.moe.natj.c.StructObject
-
-
Constructor Summary
Constructors Modifier Constructor Description AVAudio3DAngularOrientation()AVAudio3DAngularOrientation(float yaw, float pitch, float roll)protectedAVAudio3DAngularOrientation(org.moe.natj.general.Pointer peer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description floatpitch()floatroll()voidsetPitch(float value)voidsetRoll(float value)voidsetYaw(float value)floatyaw()
-