pub unsafe static kVTCompressionPropertyKey_AllowFrameReordering: &'static CFStringAvailable 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