Package apple.audiotoolbox.struct
Class CAFAudioDescription
- java.lang.Object
-
- org.moe.natj.general.NativeObject
-
- org.moe.natj.c.StructObject
-
- apple.audiotoolbox.struct.CAFAudioDescription
-
public final class CAFAudioDescription extends org.moe.natj.c.StructObject
-
-
Constructor Summary
Constructors Modifier Constructor Description CAFAudioDescription()protectedCAFAudioDescription(org.moe.natj.general.Pointer peer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intmBitsPerChannel()intmBytesPerPacket()intmChannelsPerFrame()intmFormatFlags()intmFormatID()intmFramesPerPacket()doublemSampleRate()voidsetMBitsPerChannel(int value)voidsetMBytesPerPacket(int value)voidsetMChannelsPerFrame(int value)voidsetMFormatFlags(int value)voidsetMFormatID(int value)voidsetMFramesPerPacket(int value)voidsetMSampleRate(double value)
-
-
-
Method Detail
-
mSampleRate
public double mSampleRate()
-
setMSampleRate
public void setMSampleRate(double value)
-
mFormatID
public int mFormatID()
-
setMFormatID
public void setMFormatID(int value)
-
mFormatFlags
public int mFormatFlags()
-
setMFormatFlags
public void setMFormatFlags(int value)
-
mBytesPerPacket
public int mBytesPerPacket()
-
setMBytesPerPacket
public void setMBytesPerPacket(int value)
-
mFramesPerPacket
public int mFramesPerPacket()
-
setMFramesPerPacket
public void setMFramesPerPacket(int value)
-
mChannelsPerFrame
public int mChannelsPerFrame()
-
setMChannelsPerFrame
public void setMChannelsPerFrame(int value)
-
mBitsPerChannel
public int mBitsPerChannel()
-
setMBitsPerChannel
public void setMBitsPerChannel(int value)
-
-