Static AVMetadataQuickTimeMetadataKeyFullFrameRatePlaybackIntent

Source
pub unsafe static AVMetadataQuickTimeMetadataKeyFullFrameRatePlaybackIntent: Option<&'static AVMetadataKey>
Available on crate feature AVMetadataFormat only.
Expand description

A value of type kCMMetadataBaseDataType_UInt8 indicating whether this movie is intended to be played back at the full frame rate (1), or at a slow motion rate (0).

Historically, some apps have played movies recorded at frame rates of 120fps or higher in slow motion by default. With the introduction of this metadata, apps that record high-frame-rate movies may add this movie-level metadata to indicate whether the movie is intended to be played at the full frame rate (1) or at a slow motion rate (0). Apps that play movies may use this metadata, when present, to guide their behavior.

See also Apple’s documentation