kVTCompressionPropertyKey_MaxH264SliceBytes

Static kVTCompressionPropertyKey_MaxH264SliceBytes 

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

Specifies the maximum slice size for H.264 encoding

If supported by an H.264 encoder, the value limits the size in bytes of slices produced by the encoder, where possible. By default, no limit is specified. A value of zero implies default behavior.

See also Apple’s documentation