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 |
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.
Blog Entries
- MonkeyBread Software Releases the MBS Xojo Plugins in version 17.5
- MBS Xojo Plugins, version 17.5pr9
Xojo Developer Magazine
Videos
Release notes
- Version 17.5
- Added AVTimeCodeMBS class and AVAssetMBS.readTimeCodeObjects methods.
Some methods using this class:
- AVAssetMBS.readTimeCodeObjects as AVTimeCodeMBS()
Some related classes:
The items on this page are in the following plugins: MBS AVFoundation Plugin.
AVTextStyleRuleMBS - AVTimedMetadataGroupMBS