Contents

quickTimeMetadataFullFrameRatePlaybackIntent

An identifier that represents whether this movie should play at full frame rate.

Declaration

static let quickTimeMetadataFullFrameRatePlaybackIntent: AVMetadataIdentifier

Discussion

Some apps play movies recorded at frame rates of 120fps or higher in slow motion. If your app records high-frame-rate movies, you can add this movie-level metadata to indicate whether the movie intends to play 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

QuickTime metadata identifiers