VTCompressionSession.CompleteFrames(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.
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.