public final class AudioBytePacketTranslation
extends org.moe.natj.c.StructObject
| Modifier | Constructor and Description |
|---|---|
|
AudioBytePacketTranslation() |
|
AudioBytePacketTranslation(long mByte,
long mPacket,
int mByteOffsetInPacket,
int mFlags) |
protected |
AudioBytePacketTranslation(org.moe.natj.general.Pointer peer) |
| Modifier and Type | Method and Description |
|---|---|
long |
mByte() |
int |
mByteOffsetInPacket() |
int |
mFlags() |
long |
mPacket() |
void |
setMByte(long value) |
void |
setMByteOffsetInPacket(int value) |
void |
setMFlags(int value) |
void |
setMPacket(long value) |
public AudioBytePacketTranslation()
protected AudioBytePacketTranslation(org.moe.natj.general.Pointer peer)
public AudioBytePacketTranslation(long mByte,
long mPacket,
int mByteOffsetInPacket,
int mFlags)
public long mByte()
public void setMByte(long value)
public long mPacket()
public void setMPacket(long value)
public int mByteOffsetInPacket()
public void setMByteOffsetInPacket(int value)
public int mFlags()
public void setMFlags(int value)