Package org.robovm.apple.audiotoolbox
Class AudioFileMarker
- All Implemented Interfaces:
Iterable<AudioFileMarker>
public class AudioFileMarker extends Struct<AudioFileMarker>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAudioFileMarker.AudioFileMarkerPtr -
Constructor Summary
Constructors Constructor Description AudioFileMarker()AudioFileMarker(double framePosition, String name, int markerID, AudioFileSMPTETime SMPTETime, AudioFileMarkerType type, short channel) -
Method Summary
Modifier and Type Method Description shortgetChannel()doublegetFramePosition()intgetMarkerID()StringgetName()AudioFileSMPTETimegetSMPTETime()AudioFileMarkerTypegetType()AudioFileMarkersetChannel(short channel)AudioFileMarkersetFramePosition(double framePosition)AudioFileMarkersetMarkerID(int markerID)AudioFileMarkersetName(String name)AudioFileMarkersetSMPTETime(AudioFileSMPTETime SMPTETime)AudioFileMarkersetType(AudioFileMarkerType type)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
-
AudioFileMarker
public AudioFileMarker() -
AudioFileMarker
public AudioFileMarker(double framePosition, String name, int markerID, AudioFileSMPTETime SMPTETime, AudioFileMarkerType type, short channel)
-
-
Method Details
-
getFramePosition
public double getFramePosition() -
setFramePosition
-
getName
-
setName
-
getMarkerID
public int getMarkerID() -
setMarkerID
-
getSMPTETime
-
setSMPTETime
-
getType
-
setType
-
getChannel
public short getChannel() -
setChannel
-