Contents

kVTCompressionPropertyKey_MaxH264SliceBytes

The maximum slice size for H.264 encoding.

Declaration

let kVTCompressionPropertyKey_MaxH264SliceBytes: CFString

Discussion

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

Runtime Restrictions