VTCompressionSession.EndPass(Boolean) 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.
End a compression pass.
public VideoToolbox.VTStatus EndPass(out bool furtherPassesRequested);
member this.EndPass : bool -> VideoToolbox.VTStatus
Parameters
- furtherPassesRequested
- Boolean
Will be set to true if the decoder requests another pass.
Returns
Ok if successful, or an error code otherwise.