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 CMTimeRangeMBS class.
CMTimeRangeMBS.Constructor(start as CMTimeMBS, duration as CMTimeMBS)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | AVFoundation | MBS AVFoundation Plugin | 13.2 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
CMTimeRangeMBS.ContainsTime(time as CMTimeMBS) as boolean
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | AVFoundation | MBS AVFoundation Plugin | 13.2 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
time: CMTime to be tested for inclusion.
Returns true if the specified time is contained within the specified time range, false if it is not.
This function returns a Boolean value that indicates whether the time specified by the time parameter is contained within the range specified by the range parameter.
CMTimeRangeMBS.ContainsTimeRange(timeRange as CMTimeRangeMBS) as boolean
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | AVFoundation | MBS AVFoundation Plugin | 13.2 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
range1: The CMTimeRange being interrogated.
range2: CMTimeRange to be tested for inclusion.
Returns true if the second time range is contained within the first time range, false if it is not.
This function returns a Boolean value that indicates whether the time range specified by the range1 parameter contains the range specified by the range2 parameter.
CMTimeRangeMBS.Description as string
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | AVFoundation | MBS AVFoundation Plugin | 13.2 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | AVFoundation | MBS AVFoundation Plugin | 13.2 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
The items on this page are in the following plugins: MBS AVFoundation Plugin.