BitmovinApiSdk\Models\SubtitleStream
Synopsis
class SubtitleStream
extends MediaStream
{
- // members
- public string $language;
- public bool $hearingImpaired;
- // Inherited members from MediaStream
- public int $position;
- public float $duration;
- public string $codec;
- // Inherited members from BitmovinResponse
- public string $id;
- // methods
- public void __construct()
- public $this language()
- public $this hearingImpaired()
- // Inherited methods from MediaStream
- public void __construct()
- public $this position()
- public $this duration()
- public $this codec()
- // Inherited methods from BitmovinResponse
- public void __construct()
- // Inherited methods from ApiResource
- public void __construct()
- public static $this create()
- public void toArray()
Hierarchy
Members
public
- $codec — string
- $duration — float
- $hearingImpaired — BitmovinApiSdk\Models\bool
- $id — string
- $language — string
- $position — int
Methods
public
- __construct()
- hearingImpaired() — Hearing impaired support
- language() — Language of the stream
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.