Contents

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 AVMovie

Overview

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

Creating and writing headers

Determining fragment support

Accessing movie information

Accessing tracks

Accessing data storage

Initializers

See Also

Movies