AVMetadataIdentifierQuickTimeMetadataCinematicVideoIntent

Static AVMetadataIdentifierQuickTimeMetadataCinematicVideoIntent 

Source
pub unsafe static AVMetadataIdentifierQuickTimeMetadataCinematicVideoIntent: Option<&'static AVMetadataIdentifier>
Available on crate feature AVMetadataIdentifiers only.
Expand description

A value of type kCMMetadataBaseDataType_UInt8 indicating whether this movie is intended as a Cinematic Video (1) or not (0).

This movie-level metadata is automatically added (with a value of 1) to a movie recorded using the Cinematic Video API. Clients can override it with a value of 0 to signal that this movie is not to be treated as a Cinematic Video by Apple’s software like Photos.

See also Apple’s documentation