Playout
-
The
See moreOTVSDK
class initialises access to all OPYSDKFPS features.Declaration
Swift
public class OTVSDK
-
Declaration
Swift
public class OTVAVPlayer : AVPlayer
-
See moreOTVAVPlayerItem
is derived fromAVPlayerItem
, please refer to apple’s documentation for further information.Declaration
Swift
public class OTVAVPlayerItem : AVPlayerItem
-
See moreOTVAVURLAsset
is 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
AVPlayerLayer
and subtitle view, managing the interactions withOTVAVPlayer
for 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
public class OTVContainerView : UIView