BitmovinApiSdk\Models\TimecodeTrackTrimmingInputStream

Synopsis

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

Hierarchy

Members

public

  • $createdAtCarbon\Carbon
  • $customData — mixed
  • $description — string
  • $discriminatorMapping
  • $discriminatorName
  • $endTimeCode — string
  • $id — string
  • $inputStreamId — string
  • $modifiedAtCarbon\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.

Inherited from BitmovinApiSdk\Common\ApiResource

public