Other Classes

The following classes are available globally.

OTVSSMLicenseResponse

  • The OTVSSMLicenseResponse is a container class used to hold the full license response (license/ckc data, the heartbeat period and the renewal type)

    See more

    Declaration

    Swift

    public class OTVSSMLicenseResponse : NSObject

OTVCustomerSSMDelegate implmentation

  • The OTVCustomerSSMDelegate class provides default implemetation to conform to the OTVLicenseDelegate protocol. When a license is requested, it will use the license callback from the OTVCustomerSSMCallback conforming delegate, expecting a response OTVSSMLicenseResponse containing the license data and a heartbeat period in seconds. On receipt of a non-zero positive heartbeat period the first license request will start the heartbeat, starting at 0+heartbeat seconds. It is the respoisibility of the calling application to stop the heartbeat when required by calling the ‘reset’ function.

    See more

    Declaration

    Swift

    @objc
    public class OTVCustomerSSMDelegate : NSObject, OTVLicenseDelegate
  • OTVDrmInfo class represents the capability and security level for a DRM key system and content type Currently the only two supported Codecs for this class are AVC1 and HVC1 HVC1 codec is only supported on devices newer then iOS 11 and depending on the devices the DRM security level will differ between otvDRMSLHWDecode & otvDRMSLSW. If a device is older than iOS 11 this api will return a nil OTVDRMInfo object inside of the array for HVC1 codecs.

    See more

    Declaration

    Swift

    public class OTVDRMInfo : NSObject
  • Declaration

    Swift

    public class OTVDRM : NSObject
  • The media information of the OTVPersistenceAsset

    See more

    Declaration

    Swift

    public class OTVMediaInfo : NSObject
  • The stream information of the OTVPersistenceAsset

    See more

    Declaration

    Swift

    public class OTVStreamInfo : NSObject, Codable
  • Declaration

    Swift

    public class OTVStreamDrmInfo : NSObject
  • Declaration

    Swift

    @objc
    public class OTVPersistLicenseInfo : NSObject
  • Declaration

    Swift

    public class OTVOutputDeviceMonitor : NSObject
  • Declaration

    Swift

    public class OTVMediaTracks : NSObject
  • Declaration

    Swift

    public class OTVIframeTracks : NSObject