Package org.robovm.apple.audiotoolbox
Class AudioFileSMPTETime
- All Implemented Interfaces:
Iterable<AudioFileSMPTETime>
public class AudioFileSMPTETime extends Struct<AudioFileSMPTETime>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAudioFileSMPTETime.AudioFileSMPTETimePtr -
Constructor Summary
Constructors Constructor Description AudioFileSMPTETime()AudioFileSMPTETime(byte hours, byte minutes, byte seconds, byte frames, int subFrameSampleOffset) -
Method Summary
Modifier and Type Method Description bytegetFrames()bytegetHours()bytegetMinutes()bytegetSeconds()intgetSubFrameSampleOffset()AudioFileSMPTETimesetFrames(byte frames)AudioFileSMPTETimesetHours(byte hours)AudioFileSMPTETimesetMinutes(byte minutes)AudioFileSMPTETimesetSeconds(byte seconds)AudioFileSMPTETimesetSubFrameSampleOffset(int subFrameSampleOffset)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
-
AudioFileSMPTETime
public AudioFileSMPTETime() -
AudioFileSMPTETime
public AudioFileSMPTETime(byte hours, byte minutes, byte seconds, byte frames, int subFrameSampleOffset)
-
-
Method Details
-
getHours
public byte getHours() -
setHours
-
getMinutes
public byte getMinutes() -
setMinutes
-
getSeconds
public byte getSeconds() -
setSeconds
-
getFrames
public byte getFrames() -
setFrames
-
getSubFrameSampleOffset
public int getSubFrameSampleOffset() -
setSubFrameSampleOffset
-