BitmovinApiSdk\Models\Scheduling
Synopsis
class Scheduling
extends ApiResource
{
- // members
- public int $priority;
- public array $prewarmedEncoderPoolIds;
- // methods
- public void __construct()
- public $this priority()
- public $this prewarmedEncoderPoolIds()
- // Inherited methods from ApiResource
- public void __construct()
- public static $this create()
- public void toArray()
Hierarchy
Members
public
- $prewarmedEncoderPoolIds — BitmovinApiSdk\Models\string[]
- $priority — int
Methods
public
- __construct()
- prewarmedEncoderPoolIds() — List of prewarmed encoder pools. If set, prewarmed encoders from pools with these IDs will be used for the encoding if available. The pool IDs will be tried in the order in which they are passed.
- priority() — Specifies the priority of this encoding (0 - 100). Higher numbers mean higher priority. Default is 50.