AVVideoCodecType

Type Alias AVVideoCodecType 

Source
pub type AVVideoCodecType = NSString;
Available on crate feature AVVideoSettings only.
Expand description

The type of the strings used to specify a video codec type (for instance, as values for the AVVideoCodecKey key in a video settings dictionary).

See also Apple’s documentation

Aliased Type§

pub struct AVVideoCodecType { /* private fields */ }