Contents

doNotOutputFrame

A Boolean value that hints to the decoder whether or not it should emit an image buffer for the frame.

Declaration

var doNotOutputFrame: Bool { get set }

Discussion

If true, the decoder emits nil instead of a CVImageBuffer instance.

See Also

Inspecting frame decoding options