Share via


VTCompressionSession.CompleteFrames(CMTime) Method

Definition

Finish decoding all frames.

public VideoToolbox.VTStatus CompleteFrames(CoreMedia.CMTime completeUntilPresentationTimeStamp);
member this.CompleteFrames : CoreMedia.CMTime -> VideoToolbox.VTStatus

Parameters

completeUntilPresentationTimeStamp
CMTime

If this value is numeric, all frames with presentation timestamps lower or equal to this value will be emitted. If this value is not numeric, all frames will be emitted.

Returns

Ok if successful, or an error code otherwise.

Applies to