Uses of Class
org.robovm.apple.coreaudio.SMPTETime
| Package | Description |
|---|---|
| org.robovm.apple.coreaudio |
-
Uses of SMPTETime in org.robovm.apple.coreaudio
Methods in org.robovm.apple.coreaudio that return SMPTETime Modifier and Type Method Description SMPTETimeAudioTimeStamp. getSmpteTime()SMPTETimeSMPTETime. setCounter(int counter)SMPTETimeSMPTETime. setFlags(SMPTEStateFlags flags)SMPTETimeSMPTETime. setFrames(short frames)SMPTETimeSMPTETime. setHours(short hours)SMPTETimeSMPTETime. setMinutes(short minutes)SMPTETimeSMPTETime. setSeconds(short seconds)SMPTETimeSMPTETime. setSubframeDivisor(short subframeDivisor)SMPTETimeSMPTETime. setSubframes(short subframes)SMPTETimeSMPTETime. setType(SMPTETimeType type)Methods in org.robovm.apple.coreaudio with parameters of type SMPTETime Modifier and Type Method Description AudioTimeStampAudioTimeStamp. setSmpteTime(SMPTETime smpteTime)Constructors in org.robovm.apple.coreaudio with parameters of type SMPTETime Constructor Description AudioTimeStamp(double sampleTime, long hostTime, double rateScalar, long wordClockTime, SMPTETime smpteTime, AudioTimeStampFlags flags)