BitmovinApiSdk\Models\SrtStatistics
Synopsis
class SrtStatistics
extends ApiResource
{
- // members
- public string $id;
- public Carbon $createdAt;
- public string $encodingId;
- public string $srtInputId;
- public bool $srtInputSelected;
- public string $orgId;
- public string $userId;
- public SrtStatisticLink $link;
- public SrtStatisticWindow $window;
- public SrtStatisticRecv $recv;
- public SrtStatisticSend $send;
- // methods
- public void __construct()
- public $this id()
- public $this createdAt()
- public $this encodingId()
- public $this srtInputId()
- public $this srtInputSelected()
- public $this orgId()
- public $this userId()
- public $this link()
- public $this window()
- public $this recv()
- public $this send()
- // Inherited methods from ApiResource
- public void __construct()
- public static $this create()
- public void toArray()
Hierarchy
Members
public
- $createdAt — Carbon\Carbon
- $encodingId — string
- $id — string
- $link — \BitmovinApiSdk\Models\SrtStatisticLink
- $orgId — string
- $recv — \BitmovinApiSdk\Models\SrtStatisticRecv
- $send — \BitmovinApiSdk\Models\SrtStatisticSend
- $srtInputId — string
- $srtInputSelected — BitmovinApiSdk\Models\bool
- $userId — string
- $window — \BitmovinApiSdk\Models\SrtStatisticWindow
Methods
public
- __construct()
- createdAt() — Timestamp when the srt statistics event was created, returned as UTC expressed in ISO 8601 format: YYYY-MM-DDThh:mm:ssZ
- encodingId() — UUID of an encoding
- id() — UUID of the statistic event
- link() — link
- orgId() — UUID of the associated organization
- recv() — recv
- send() — send
- srtInputId() — UUID of the SRT input used to capture this statistics
- srtInputSelected() — Whether the SRT input that generated this statistics was selected (i.e. actively used) at the time or not
- userId() — UUID of the associated api-user
- window() — window