An object that represents the audiovisual containers that conform to a QuickTime or ISO-based media file format.
SDKs
- iOS 13.0+
- macOS 10.10+
- Mac Catalyst 13.0+
- watchOS 6.0+
Framework
- AVFoundation
Declaration
@interface AVMovie : AVAsset
Overview
AVMovie
supports operations involving the format-specific portions of the QuickTime movie model that aren't supported by AVAsset
. For instance, retrieving the movie header from an existing QuickTime movie file. You can also use AVMovie
to write a movie header into a new file, thereby creating a reference movie.