BitmovinApiSdk\Models\DvbSubtitleInputStream
Synopsis
class DvbSubtitleInputStream
extends InputStream
{
- // members
- public string $inputId;
- public string $inputPath;
- public StreamSelectionMode $selectionMode;
- public int $position;
- // Inherited members from InputStream
- public static string $discriminatorName;
- public static array $discriminatorMapping;
- // Inherited members from BitmovinResource
- public string $name;
- public string $description;
- public Carbon $createdAt;
- public Carbon $modifiedAt;
- public mixed $customData;
- // Inherited members from BitmovinResponse
- public string $id;
- // methods
- public void __construct()
- public $this inputId()
- public $this inputPath()
- public $this selectionMode()
- public $this position()
- // Inherited methods from InputStream
- public void __construct()
- // Inherited methods from BitmovinResource
- public void __construct()
- public $this name()
- public $this description()
- public $this customData()
- // Inherited methods from BitmovinResponse
- public void __construct()
- // Inherited methods from ApiResource
- public void __construct()
- public static $this create()
- public void toArray()
Hierarchy
Members
public
- $createdAt — Carbon\Carbon
- $customData — mixed
- $description — string
- $discriminatorMapping
- $discriminatorName
- $id — string
- $inputId — string
- $inputPath — string
- $modifiedAt — Carbon\Carbon
- $name — string
- $position — int
- $selectionMode — BitmovinApiSdk\Models\StreamSelectionMode
Methods
public
- __construct()
- inputId() — ID of an Input resource defining the input storage
- inputPath() — Path to an input media file
- position() — Position of the stream to be selected from the input file (zero-based). Must not be set in combination with selectionMode 'AUTO', defaults to 0 for any other selectionMode.
- selectionMode() — Specifies the strategy for selecting a stream from the input file. Supported values for VOD encodings: AUTO, POSITION_ABSOLUTE, SUBTITLE_RELATIVE. Supported values for LIVE encodings: POSITION_ABSOLUTE
Inherited from BitmovinApiSdk\Models\BitmovinResource
public
- customData() — User-specific meta data. This can hold anything.
- description() — Description of the resource. Can be freely chosen by the user.
- name() — Name of the resource. Can be freely chosen by the user.