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.
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.henabled
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© 2010 Apple Inc. All Rights Reserved. (Last updated: 2010-05-25)