Package org.robovm.apple.audiotoolbox
Class AudioBytePacketTranslation
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.rt.bro.Struct<AudioBytePacketTranslation>
org.robovm.apple.audiotoolbox.AudioBytePacketTranslation
- All Implemented Interfaces:
Iterable<AudioBytePacketTranslation>
public class AudioBytePacketTranslation extends Struct<AudioBytePacketTranslation>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAudioBytePacketTranslation.AudioBytePacketTranslationPtr -
Constructor Summary
Constructors Constructor Description AudioBytePacketTranslation()AudioBytePacketTranslation(long translationByte, long packet, int byteOffsetInPacket, AudioBytePacketTranslationFlags flags) -
Method Summary
Modifier and Type Method Description intgetByteOffsetInPacket()AudioBytePacketTranslationFlagsgetFlags()longgetPacket()longgetTranslationByte()AudioBytePacketTranslationsetByteOffsetInPacket(int byteOffsetInPacket)AudioBytePacketTranslationsetFlags(AudioBytePacketTranslationFlags flags)AudioBytePacketTranslationsetPacket(long packet)AudioBytePacketTranslationsetTranslationByte(long translationByte)Methods inherited from class org.robovm.rt.bro.Struct
_sizeOf, allocate, allocate, as, clear, clear, copy, copy, copyWithMalloc, copyWithMalloc, free, iterator, iterator, malloc, malloc, next, next, offsetOf, previous, previous, sizeOf, sizeOf, toArray, toList, toStruct, update, update, update, wrap
-
Constructor Details
-
AudioBytePacketTranslation
public AudioBytePacketTranslation() -
AudioBytePacketTranslation
public AudioBytePacketTranslation(long translationByte, long packet, int byteOffsetInPacket, AudioBytePacketTranslationFlags flags)
-
-
Method Details
-
getTranslationByte
public long getTranslationByte() -
setTranslationByte
-
getPacket
public long getPacket() -
setPacket
-
getByteOffsetInPacket
public int getByteOffsetInPacket() -
setByteOffsetInPacket
-
getFlags
-
setFlags
-