AVMutableVideoComposition Class Reference

Inherits from
Conforms to
Framework
/System/Library/Frameworks/AVFoundation.framework
Availability
Available in iOS 4.0 and later.
Declared in
AVVideoComposition.h
Related sample code

Overview

An AVMutableVideoComposition object represents a mutable video composition.

Tasks

Creating a Video Composition

Properties

Properties

animationTool

A special video composition tool for use with Core Animation.

@property(nonatomic, retain) AVVideoCompositionCoreAnimationTool *animationTool
Discussion

This attribute may be nil.

Availability
  • Available in iOS 4.0 and later.
Declared In
AVVideoComposition.h

frameDuration

The interval for which the video composition should render composed video frames.

@property(nonatomic) CMTime frameDuration
Availability
  • Available in iOS 4.0 and later.
Declared In
AVVideoComposition.h

instructions

The video composition instructions.

@property(nonatomic, copy) NSArray *instructions
Discussion

The array contains of instances of AVVideoCompositionInstruction.

Availability
  • Available in iOS 4.0 and later.
Declared In
AVVideoComposition.h

renderScale

The scale at which the video composition should render.

@property(nonatomic) float renderScale
Discussion

Availability
  • Available in iOS 4.0 and later.
Declared In
AVVideoComposition.h

renderSize

The size at which the video composition should render.

@property(nonatomic) CGSize renderSize
Availability
  • Available in iOS 4.0 and later.
Related Sample Code
Declared In
AVVideoComposition.h

Class Methods

videoComposition

Returns a new mutable video composition.

+ (AVMutableVideoComposition *)videoComposition
Return Value

A new mutable video composition.

Discussion

Availability
  • Available in iOS 4.0 and later.
Related Sample Code
Declared In
AVVideoComposition.h

Did this document help you? Yes It's good, but... Not helpful...