Class PlayerThirdPartyLicensing
PlayerThirdPartyLicensing
Inheritance
System.Object
PlayerThirdPartyLicensing
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Bitmovin.Api.Sdk.Models
Assembly: Bitmovin.Api.Sdk.dll
Syntax
public class PlayerThirdPartyLicensing
Properties
ErrorAction
Specify if the Licensing Request should fail or not on Third Party Licensing Error (required)
Declaration
public PlayerThirdPartyLicensingErrorAction? ErrorAction { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<PlayerThirdPartyLicensingErrorAction> |
LicenseCheckServer
URL to your license check server (required)
Declaration
public string LicenseCheckServer { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LicenseCheckTimeout
Timeout in ms (required)
Declaration
public int? LicenseCheckTimeout { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
TimeoutAction
Specify if the Licensing Request should fail or not on Third Party Licensing timeout (required)
Declaration
public PlayerThirdPartyLicensingErrorAction? TimeoutAction { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<PlayerThirdPartyLicensingErrorAction> |