BitmovinApiSdk\Models\AudioStream

Synopsis

class AudioStream extends MediaStream {
  • // Inherited members from BitmovinResponse
  • public string $id;
  • // Inherited methods from BitmovinResponse
  • public void __construct()
  • // Inherited methods from ApiResource
  • public void __construct()
  • public static $this create()
  • public void toArray()
}

Hierarchy

Members

public

  • $bitrate — string
  • $channelFormat — string
  • $codec — string
  • $duration — float
  • $hearingImpairedBitmovinApiSdk\Models\bool
  • $id — string
  • $language — string
  • $position — int
  • $rate — int
  • $sampleRate — int

Methods

public

Inherited from BitmovinApiSdk\Models\MediaStream

public

  • codec() — Codec of the stream
  • duration() — Duration of the stream in seconds
  • position() — Position of the stream in the media, starting from 0.

Inherited from BitmovinApiSdk\Common\ApiResource

public