AVMutableMovieTrack.GetSegment(CMTime) Method

Definition

[Foundation.Export("segmentForTrackTime:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual AVFoundation.AVAssetTrackSegment? GetSegment(CoreMedia.CMTime trackTime);
[<Foundation.Export("segmentForTrackTime:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetSegment : CoreMedia.CMTime -> AVFoundation.AVAssetTrackSegment
override this.GetSegment : CoreMedia.CMTime -> AVFoundation.AVAssetTrackSegment

Parameters

trackTime
CMTime

Returns

Attributes

Applies to