Playout
-
The
See moreOTVSDKclass initialises access to all OPYSDKFPS features.Declaration
Swift
public class OTVSDK -
Declaration
Swift
@MainActor public class OTVAVPlayer : AVPlayer -
See moreOTVAVPlayerItemis derived fromAVPlayerItem, please refer to apple’s documentation for further information.Declaration
Swift
@MainActor public class 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
Swift
public class OTVAVURLAsset : AVURLAsset -
A container view that creates an
AVPlayerLayerand 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 bound
OTVWatermark.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.
See moreDeclaration
Swift
@MainActor public class OTVContainerView : UIView
Playout Reference