BitmovinApiSdk\Models\SrtStatistics

Synopsis

class SrtStatistics extends ApiResource {
  • // Inherited methods from ApiResource
  • public void __construct()
  • public static $this create()
  • public void toArray()
}

Hierarchy

Members

public

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
  • 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

Inherited from BitmovinApiSdk\Common\ApiResource

public