BitmovinApiSdk\Models\StreamInfosDetails

Synopsis

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

Hierarchy

Members

public

  • $bytesBackupPerSecondAvg — float
  • $bytesBackupPerSecondMax — float
  • $bytesBackupPerSecondMin — float
  • $bytesReadPerSecondAvg — float
  • $bytesReadPerSecondMax — float
  • $bytesReadPerSecondMin — float
  • $codecBitmovinApiSdk\Models\LiveEncodingCodec
  • $height — int
  • $id — string
  • $mediaTypeBitmovinApiSdk\Models\MediaType
  • $rate — float
  • $samplesBackupPerSecondAvg — float
  • $samplesBackupPerSecondMax — float
  • $samplesBackupPerSecondMin — float
  • $samplesReadPerSecondAvg — float
  • $samplesReadPerSecondMax — float
  • $samplesReadPerSecondMin — float
  • $width — int

Methods

public

  • __construct()
  • bytesBackupPerSecondAvg() — The average amount of backup bytes used per second within the last minute. This will be written when no live stream is ingested. The last picture will be repeated with silent audio. (required)
  • bytesBackupPerSecondMax() — The maximum amount of backup bytes used per second within the last minute. This will be written when no live stream is ingested. The last picture will be repeated with silent audio. (required)
  • bytesBackupPerSecondMin() — The minimum amount of backup bytes used per second within the last minute. This will be written when no live stream is ingested. The last picture will be repeated with silent audio. (required)
  • bytesReadPerSecondAvg() — The average bytes read per second within the last minute (required)
  • bytesReadPerSecondMax() — The maximum bytes read per second within the last minute (required)
  • bytesReadPerSecondMin() — The minimum bytes read per second within the last minute (required)
  • codec() — The codec of the input stream (required)
  • height() — The height of the stream, if it is a video stream
  • id() — The id of the stream (required)
  • mediaType() — The media type of the stream (required)
  • rate() — The rate (sample rate / fps) of the stream (required)
  • samplesBackupPerSecondAvg() — The average amount of backup samples used per second within the last minute. This will be written when no live stream is ingested. The last picture will be repeated with silent audio. (required)
  • samplesBackupPerSecondMax() — The maximum amount of backup samples used per second within the last minute. This will be written when no live stream is ingested. The last picture will be repeated with silent audio. (required)
  • samplesBackupPerSecondMin() — The minimum amount of backup samples used per second within the last minute. This will be written when no live stream is ingested. The last picture will be repeated with silent audio. (required)
  • samplesReadPerSecondAvg() — The average samples read per second within the last minute (required)
  • samplesReadPerSecondMax() — The maximum samples read per second within the last minute (required)
  • samplesReadPerSecondMin() — The minimum samples read per second within the last minute (required)
  • width() — The width of the stream, if it is a video stream

Inherited from BitmovinApiSdk\Common\ApiResource

public