Platforms to show: All Mac Windows Linux Cross-Platform
AVTimeCodeMBS class
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | AVFoundation | MBS AVFoundation Plugin | 17.5 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Notes:
The data class used by AVAssetMBS.readTimeCodeObjects to store details on time codes.
This is an abstract class. You can't create an instance, but you can get one from various plugin functions.
- 7 properties
- property duration as CMTimeMBS
- property frameNumber as Int64
- property frameQuanta as UInt32
- property presentationTimeStamp as CMTimeMBS
- property tcFlag as UInt32
- property timecode as String
- property type as String
- method Constructor Private
This class has no sub classes.
Some methods using this class:
- AVAssetMBS.readTimeCodeObjects as AVTimeCodeMBS()
Blog Entries
- MonkeyBread Software Releases the MBS Xojo Plugins in version 17.5
- MBS Xojo Plugins, version 17.5pr9
Xojo Developer Magazine
Videos
The items on this page are in the following plugins: MBS AVFoundation Plugin.
AVTextStyleRuleMBS - AVTimedMetadataGroupMBS
