Playout
-
See moreOTVAVPlayeris derived fromAVPlayer, please refer to apple’s documentation for further information.Declaration
Objective-C
@interface OTVAVPlayer : AVPlayer -
See moreOTVAVPlayerItemis derived fromAVPlayerItem, please refer to apple’s documentation for further information.Declaration
Objective-C
@interface OTVAVPlayerItem : AVPlayerItem -
See moreOTVAVURLAssetis used for streams encrypted with Apple’s FairPlay Streaming (FPS). It is derived fromAVURLAsset, please refer to apple’s documentation for further information.Declaration
Objective-C
@interface OTVAVURLAsset : AVURLAsset -
A container view that creates an
See moreAVPlayerLayerand subtitle view, managing the interactions withOTVAVPlayerfor easy integration. Optionally custom overlays can be added on top of the video/subtitle content through the ‘customOverlayView’ property. These views will sit below any optionally boundOTVWatermark. Any subviews added in storyboard or interface builder will be automatically moved onto the customOverlayView. Note that this process recreates any auto layout constraints so any constraints connected to an IBOutlet will be lost.Declaration
Objective-C
@interface OTVContainerView
Playout Reference