AVMovie
An object that represents an audiovisual container that conforms to the QuickTime movie file format or a related format like MPEG-4.
Declaration
class AVMovieOverview
AVMovie supports operations involving the format-specific portions of the QuickTime movie model that AVAsset doesn’t support. 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.
Topics
Creating a movie
Determining supported file types
Loading tracks
tracksloadTrack(withTrackID:completionHandler:)loadTracks(withMediaType:completionHandler:)loadTracks(withMediaCharacteristic:completionHandler:)
Creating and writing headers
is(compatibleWithFileType:)makeMovieHeader(fileType:)writeHeader(to:fileType:options:)AVMovieWritingOptions