BitmovinApiSdk\Models\LiveEncodingHeartbeatIngest
Synopsis
class LiveEncodingHeartbeatIngest
extends ApiResource
{
- // members
- public LiveEncodingStatus $status;
- public bool $healthy;
- public array $ingestPoints;
- public array $streams;
- public RtmpUserIngestInfo $rtmpUserIngestInfo;
- // methods
- public void __construct()
- public $this status()
- public $this healthy()
- public $this ingestPoints()
- public $this streams()
- public $this rtmpUserIngestInfo()
- // Inherited methods from ApiResource
- public void __construct()
- public static $this create()
- public void toArray()
Hierarchy
Members
public
- $healthy — BitmovinApiSdk\Models\bool
- $ingestPoints — \BitmovinApiSdk\Models\LiveEncodingHeartbeatIngestPoint[]
- $rtmpUserIngestInfo — \BitmovinApiSdk\Models\RtmpUserIngestInfo
- $status — \BitmovinApiSdk\Models\LiveEncodingStatus
- $streams — \BitmovinApiSdk\Models\LiveEncodingHeartbeatIngestStream[]
Methods
public
- __construct()
- healthy() — Indicates whether the ingest is healthy.
- ingestPoints() — Data about individual ingestPoints within the active live ingest.
- rtmpUserIngestInfo() — rtmpUserIngestInfo
- status() — status
- streams() — Data about individual streams within the active live ingest.