public final class CAFAudioDescription
extends org.moe.natj.c.StructObject
| Modifier | Constructor and Description |
|---|---|
|
CAFAudioDescription() |
protected |
CAFAudioDescription(org.moe.natj.general.Pointer peer) |
| Modifier and Type | Method and Description |
|---|---|
int |
mBitsPerChannel() |
int |
mBytesPerPacket() |
int |
mChannelsPerFrame() |
int |
mFormatFlags() |
int |
mFormatID() |
int |
mFramesPerPacket() |
double |
mSampleRate() |
void |
setMBitsPerChannel(int value) |
void |
setMBytesPerPacket(int value) |
void |
setMChannelsPerFrame(int value) |
void |
setMFormatFlags(int value) |
void |
setMFormatID(int value) |
void |
setMFramesPerPacket(int value) |
void |
setMSampleRate(double value) |
public CAFAudioDescription()
protected CAFAudioDescription(org.moe.natj.general.Pointer peer)
public double mSampleRate()
public void setMSampleRate(double value)
public int mFormatID()
public void setMFormatID(int value)
public int mFormatFlags()
public void setMFormatFlags(int value)
public int mBytesPerPacket()
public void setMBytesPerPacket(int value)
public int mFramesPerPacket()
public void setMFramesPerPacket(int value)
public int mChannelsPerFrame()
public void setMChannelsPerFrame(int value)
public int mBitsPerChannel()
public void setMBitsPerChannel(int value)