The abstract class that defines the common interface for moving samples from an asset to a player.
SDKs
- iOS 6.0+
- macOS 10.8+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
Framework
- AVFoundation
Declaration
class AVPlayerItemOutput : NSObject
Overview
This class provides basic methods for converting time values to the timebase of the item. It also provides an option to suppress rendering of the output associated with the specific instance of this class.
Important
Do not create instances of this class directly but instead use one of the concrete subclasses that manage specific types of assets.