Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1
The list of the topics, classes, interfaces, controls, modules, global methods by category, global methods by name, screenshots, licenses and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
Back to AVMutableMovieMBS class.
AVMutableMovieMBS.defaultMediaDataStorage as AVMediaDataStorageMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | AVMovie | MBS AVFoundation Plugin | 16.0 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
The value of this property is an AVMediaDataStorage object that indicates where sample data that is added to a movie should be written, for any track for whose mediaDataStorage property is nil.
(Read and Write property)
AVMutableMovieMBS.interleavingPeriod as CMTimeMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | AVMovie | MBS AVFoundation Plugin | 16.0 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
The default interleaving period is 0.5 seconds.
(Read and Write property)
AVMutableMovieMBS.modified as Boolean
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | AVMovie | MBS AVFoundation Plugin | 16.0 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
The value of this property is a boolean that indicates whether the AVMutableMovie object has been modified since it was created, was last written, or had its modified state cleared via assignment Modified = false.
(Read and Write property)
AVMutableMovieMBS.preferredRate as Double
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | AVMovie | MBS AVFoundation Plugin | 16.0 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
(Read and Write property)
AVMutableMovieMBS.preferredTransform as CMTimeMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | AVMovie | MBS AVFoundation Plugin | 16.0 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
(Read and Write property)
AVMutableMovieMBS.preferredVolume as Double
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | AVMovie | MBS AVFoundation Plugin | 16.0 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
(Read and Write property)
AVMutableMovieMBS.timescale as Integer
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | AVMovie | MBS AVFoundation Plugin | 16.0 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
The default movie time scale is 600. In certain cases, you may want to set this to a different value. For instance, a movie that contains a single audio track should typically have the movie time scale set to the media time scale of that track.
This property should be set on a new empty movie before any edits are performed on the movie.
(Read and Write property)
The items on this page are in the following plugins: MBS AVFoundation Plugin.