AVAssetWriter.StartSessionAtSourceTime(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.
Sets the initial playback time.
[Foundation.Export("startSessionAtSourceTime:")]
public virtual void StartSessionAtSourceTime (CoreMedia.CMTime startTime);
abstract member StartSessionAtSourceTime : CoreMedia.CMTime -> unit
override this.StartSessionAtSourceTime : CoreMedia.CMTime -> unit
Parameters
- Attributes
Remarks
Samples whose timestamps end prior to startTime
will be stored, but not played. If the first sample's timestamp is later than startTime
, an empty edit will be inserted to pad the playback.