CNCompositionInfo.InsertTimeRange Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Foundation.Export("insertTimeRange:ofCinematicAssetInfo:atTime:error:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool InsertTimeRange(CoreMedia.CMTimeRange timeRange, Cinematic.CNAssetInfo assetInfo, CoreMedia.CMTime startTime, out Foundation.NSError? outError);
[<Foundation.Export("insertTimeRange:ofCinematicAssetInfo:atTime:error:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member InsertTimeRange : CoreMedia.CMTimeRange * Cinematic.CNAssetInfo * CoreMedia.CMTime * NSError -> bool
override this.InsertTimeRange : CoreMedia.CMTimeRange * Cinematic.CNAssetInfo * CoreMedia.CMTime * NSError -> bool
Parameters
- timeRange
- CMTimeRange
- assetInfo
- CNAssetInfo
- startTime
- CMTime
- outError
- NSError
Returns
- Attributes