AVAssetTrack.SegmentForTrackTime(CMTime) Method

Definition

The track segment containing the specified trackTime.

[Foundation.Export("segmentForTrackTime:")]
public virtual AVFoundation.AVAssetTrackSegment SegmentForTrackTime (CoreMedia.CMTime trackTime);
abstract member SegmentForTrackTime : CoreMedia.CMTime -> AVFoundation.AVAssetTrackSegment
override this.SegmentForTrackTime : CoreMedia.CMTime -> AVFoundation.AVAssetTrackSegment

Parameters

trackTime
CMTime

Returns

Attributes

Applies to