BitmovinApiSdk\Models\ConcatenationInputConfiguration

Synopsis

class ConcatenationInputConfiguration extends ApiResource {
  • // Inherited methods from ApiResource
  • public void __construct()
  • public static $this create()
  • public void toArray()
}

Hierarchy

Members

public

Methods

public

  • __construct()
  • aspectMode() — Specifies the aspect mode that is used when adapting to the main input stream's aspect ratio
  • inputStreamId() — The ID of the input stream to be concatenated. This can be an ingest input stream or a trimming input stream (required)
  • isMain() — Exactly one input stream of a concatenation must have this set to true, which will be used as reference for scaling, aspect ratio, FPS, sample rate, etc.
  • paddingAfter() — Inserts a padding sequence (black frames and/or silent audio) after the input stream.
  • paddingBefore() — Inserts a padding sequence (black frames and/or silent audio) before the input stream.
  • position() — A unique integer value that determines concatenation order (required)

Inherited from BitmovinApiSdk\Common\ApiResource

public