LicenseType

@objc(THEOplayerLicenseType)
public enum LicenseType : Int
extension LicenseType: Codable

The LicenseTypes for the DRM configuration.

  • The raw value of type String.

    Declaration

    Swift

    public var _rawValue: String { get set }