BitmovinApiSdk\Models\LiveEncodingHeartbeatIngestPoint
Synopsis
class LiveEncodingHeartbeatIngestPoint
extends ApiResource
{
- // members
- public string $name;
- public string $inputId;
- public InputType $inputType;
- public bool $isActive;
- public bool $isBackup;
- // methods
- public void __construct()
- public $this name()
- public $this inputId()
- public $this inputType()
- public $this isActive()
- public $this isBackup()
- // Inherited methods from ApiResource
- public void __construct()
- public static $this create()
- public void toArray()
Hierarchy
Members
public
- $inputId — string
- $inputType — \BitmovinApiSdk\Models\InputType
- $isActive — BitmovinApiSdk\Models\bool
- $isBackup — BitmovinApiSdk\Models\bool
- $name — string
Methods
public
- __construct()
- inputId() — Id of the original Input resource. Note that multiple input points (main and backup) can be part of a single Input resource.
- inputType() — inputType
- isActive() — Indicates whether this particular input is active.
- isBackup() — Indicates whether this particular input is a backup input.
- name() — The name of the ingestPoint of the original Input resource.