AVAssetTrack.SamplePresentationTimeForTrackTime(CMTime) Method

Definition

Returns the presentation time after the trackTime is passed through the appropriate time mappings.

[Foundation.Export("samplePresentationTimeForTrackTime:")]
public virtual CoreMedia.CMTime SamplePresentationTimeForTrackTime (CoreMedia.CMTime trackTime);
abstract member SamplePresentationTimeForTrackTime : CoreMedia.CMTime -> CoreMedia.CMTime
override this.SamplePresentationTimeForTrackTime : CoreMedia.CMTime -> CoreMedia.CMTime

Parameters

trackTime
CMTime

Returns

Attributes

Applies to