AVPlayerItemTrack Class Reference

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

Overview

You use an AVPlayerItemTrack object to modify the presentation state of an asset track (AVAssetTrack) being presented by an AVPlayer object.

Tasks

Properties

Properties

assetTrack

The asset track for which the player item represents presentation state. (read-only)

@property(nonatomic, readonly) AVAssetTrack *assetTrack
Discussion

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

enabled

Indicates whether the track is enabled for presentation during playback.

@property(nonatomic, assign, getter=isEnabled) BOOL enabled
Discussion

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

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