AVAssetTrack.SamplePresentationTimeForTrackTime(CMTime) 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.
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