Share via


AVAssetTrack.SegmentForTrackTime(CMTime) Method

Definition

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

Parameters

trackTime
CMTime

Returns

Attributes

Applies to