BitmovinApiSdk\Models\PlayerThirdPartyLicensing
Synopsis
class PlayerThirdPartyLicensing
extends ApiResource
{
- // members
- public string $licenseCheckServer;
- public int $licenseCheckTimeout;
- public PlayerThirdPartyLicensingErrorAction $errorAction;
- public PlayerThirdPartyLicensingErrorAction $timeoutAction;
- // methods
- public void __construct()
- public $this licenseCheckServer()
- public $this licenseCheckTimeout()
- public $this errorAction()
- public $this timeoutAction()
- // Inherited methods from ApiResource
- public void __construct()
- public static $this create()
- public void toArray()
Hierarchy
Members
public
- $errorAction — BitmovinApiSdk\Models\PlayerThirdPartyLicensingErrorAction
- $licenseCheckServer — string
- $licenseCheckTimeout — int
- $timeoutAction — BitmovinApiSdk\Models\PlayerThirdPartyLicensingErrorAction
Methods
public
- __construct()
- errorAction() — Specify if the Licensing Request should fail or not on Third Party Licensing Error (required)
- licenseCheckServer() — URL to your license check server (required)
- licenseCheckTimeout() — Timeout in ms (required)
- timeoutAction() — Specify if the Licensing Request should fail or not on Third Party Licensing timeout (required)