Package org.robovm.apple.audiotoolbox
Class AudioFilePacketTableInfo
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.rt.bro.Struct<AudioFilePacketTableInfo>
org.robovm.apple.audiotoolbox.AudioFilePacketTableInfo
- All Implemented Interfaces:
Iterable<AudioFilePacketTableInfo>
public class AudioFilePacketTableInfo extends Struct<AudioFilePacketTableInfo>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAudioFilePacketTableInfo.AudioFilePacketTableInfoPtr -
Constructor Summary
Constructors Constructor Description AudioFilePacketTableInfo()AudioFilePacketTableInfo(long numberValidFrames, int primingFrames, int remainderFrames) -
Method Summary
Modifier and Type Method Description longgetNumberValidFrames()intgetPrimingFrames()intgetRemainderFrames()AudioFilePacketTableInfosetNumberValidFrames(long numberValidFrames)AudioFilePacketTableInfosetPrimingFrames(int primingFrames)AudioFilePacketTableInfosetRemainderFrames(int remainderFrames)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
-
AudioFilePacketTableInfo
public AudioFilePacketTableInfo() -
AudioFilePacketTableInfo
public AudioFilePacketTableInfo(long numberValidFrames, int primingFrames, int remainderFrames)
-
-
Method Details
-
getNumberValidFrames
public long getNumberValidFrames() -
setNumberValidFrames
-
getPrimingFrames
public int getPrimingFrames() -
setPrimingFrames
-
getRemainderFrames
public int getRemainderFrames() -
setRemainderFrames
-