BitmovinApiSdk\Models\PaddingSequence

Synopsis

class PaddingSequence extends ApiResource {
  • // members
  • public float $duration;
  • public PaddingDurationUnit $unit;
  • // Inherited methods from ApiResource
  • public void __construct()
  • public static $this create()
  • public void toArray()
}

Hierarchy

Members

public

Methods

public

  • __construct()
  • duration() — Duration of the padding sequence, given in the unit specified by the `unit` property. The maximum duration is 300 frames or 10 seconds. If the unit is `FRAMES`, this needs to be an integer value and will be interpreted based on the input frame rate of the main part of the ConcatenationInputStream that is used by your video output stream(s). `FRAMES` is not allowed if the encoding does not contain a video output stream. (required)
  • unit() — The unit of the `duration` property

Inherited from BitmovinApiSdk\Common\ApiResource

public