Contents

VTDecompressionSessionCopyBlackPixelBuffer(_:pixelBufferOut:)

Copies a black pixel buffer from the decompression session.

Declaration

func VTDecompressionSessionCopyBlackPixelBuffer(_ session: VTDecompressionSession, pixelBufferOut: UnsafeMutablePointer<CVPixelBuffer?>) -> OSStatus

Parameters

  • session:

    The decompression session.

  • pixelBufferOut:

    A pointer to receive the copied pixel buffer.

Return Value

An OSStatus value that indicates the result of the operation.

Discussion

The pixel buffer is in the same format as the decompression session.

See Also

Decoding Frames