BitmovinApiSdk\Models\TimecodeTrackTrimmingInputStream
Synopsis
class TimecodeTrackTrimmingInputStream
extends InputStream
{
- // members
- public string $inputStreamId;
- public string $startTimeCode;
- public string $endTimeCode;
- // 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 inputStreamId()
- public $this startTimeCode()
- public $this endTimeCode()
- // 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
- $endTimeCode — string
- $id — string
- $inputStreamId — string
- $modifiedAt — Carbon\Carbon
- $name — string
- $startTimeCode — string
Methods
public
- __construct()
- endTimeCode() — Defines the timecode, in SMPTE-12M format, of the frame at which the encoding should stop. The frame indicated by this value will be included in the encoding (required)
- inputStreamId() — The id of the ingest input stream that should be trimmed (required)
- startTimeCode() — Defines the timecode, in SMPTE-12M format, of the frame from which the encoding should start. The frame indicated by this value will be included in the encoding (required)
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.