kVTCompressionPropertyKey_AllowFrameReordering

Static kVTCompressionPropertyKey_AllowFrameReordering 

Source
pub unsafe static kVTCompressionPropertyKey_AllowFrameReordering: &'static CFString
Available on crate feature VTCompressionProperties only.
Expand description

Enables frame reordering.

In order to encode B frames, a video encoder must reorder frames, which means that the order in which they will be emitted and stored (the decode order) is different from the order in which they were presented to the video encoder (the display order). True by default. Set this to false to prevent frame reordering.

See also Apple’s documentation