BitmovinApiSdk\Models\LiveEncodingHeartbeatIngestStream
Synopsis
class LiveEncodingHeartbeatIngestStream
extends ApiResource
{
- // members
- public string $streamId;
- public string $mediaType;
- public int $width;
- public int $height;
- public float $rate;
- public string $codec;
- public string $aspectRatio;
- public int $bitrate;
- public float $samplesReadPerSecondAvg;
- public float $incomingBitrate;
- public int $keyFrameIntervalMax;
- public float $keyFrameIntervalAvg;
- public int $lastTimestamp;
- public int $lastTimestampTimescale;
- public int $numberOfAudioChannels;
- public string $audioChannelFormat;
- public Carbon $lastArrivalTime;
- public bool $healthy;
- // methods
- public void __construct()
- public $this streamId()
- public $this mediaType()
- public $this width()
- public $this height()
- public $this rate()
- public $this codec()
- public $this aspectRatio()
- public $this bitrate()
- public $this samplesReadPerSecondAvg()
- public $this incomingBitrate()
- public $this keyFrameIntervalMax()
- public $this keyFrameIntervalAvg()
- public $this lastTimestamp()
- public $this lastTimestampTimescale()
- public $this numberOfAudioChannels()
- public $this audioChannelFormat()
- public $this lastArrivalTime()
- public $this healthy()
- // Inherited methods from ApiResource
- public void __construct()
- public static $this create()
- public void toArray()
Hierarchy
Members
public
- $aspectRatio — string
- $audioChannelFormat — string
- $bitrate — int
- $codec — string
- $healthy — BitmovinApiSdk\Models\bool
- $height — int
- $incomingBitrate — float
- $keyFrameIntervalAvg — float
- $keyFrameIntervalMax — int
- $lastArrivalTime — Carbon\Carbon
- $lastTimestamp — int
- $lastTimestampTimescale — int
- $mediaType — string
- $numberOfAudioChannels — int
- $rate — float
- $samplesReadPerSecondAvg — float
- $streamId — string
- $width — int
Methods
public
- __construct()
- aspectRatio() — Aspect ratio of the video.
- audioChannelFormat() — Format of the audio channel.
- bitrate() — Container format's bitrate of the stream, in bits per second.
- codec() — Codec of the stream.
- healthy() — Indicates whether this particular stream is healthy.
- height() — Height of the video stream in pixels.
- incomingBitrate() — Incoming bitrate measured in bits per second.
- keyFrameIntervalAvg() — Average key-frame interval in milliseconds.
- keyFrameIntervalMax() — Largest encountered key-frame interval in milliseconds.
- lastArrivalTime() — lastArrivalTime timestamp, returned as UTC expressed in ISO 8601 format: YYYY-MM-DDThh:mm:ssZ
- lastTimestamp() — Last presentation timestamp (PTS) of the stream.
- lastTimestampTimescale() — Timescale of lastTimestamp
- mediaType() — Media type for the stream (e.g., \"video\" or \"audio\").
- numberOfAudioChannels() — Number of audio channels.
- rate() — Frame rate of the video stream.
- samplesReadPerSecondAvg() — Average number of samples/frames read per second.
- streamId() — Unique identifier of the stream.
- width() — Width of the video stream in pixels.