BitmovinApiSdk\Models\Av1PerTitleConfiguration

Synopsis

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

Hierarchy

Members

public

Methods

public

Inherited from BitmovinApiSdk\Models\PerTitleConfiguration

public

  • autoRepresentations() — autoRepresentations
  • complexityFactor() — Will modify the assumed complexity for the Per-Title algorithm (> 0.0). Values higher than 1 will increase complexity and thus select smaller resolutions for given bitrates. This will also result in a higher bitrate for the top rendition. Values lower than 1 will decrease assumed complexity and thus select higher resolutions for given bitrates and also decrease the bitrate of the top rendition
  • fixedResolutionAndBitrateConfiguration() — Additional configuration for fixed resolution and bitrate templates
  • maxBitrate() — The maximum bitrate that will be used by the Per-Title algorithm. It will not generate any rendition with a higher bitrate.
  • maxBitrateStepSize() — The maximum ratio between the bitrates of neighbouring renditions, e.g., if the first bitrate is 240,000, a maximum ratio of 1.5 will require the next higher bitrate to be at most 360,000
  • minBitrate() — The minimum bitrate that will be used by the Per-Title algorithm.
  • minBitrateStepSize() — The minimum ratio between the bitrates of generated renditions, e.g. if the first bitrate is 240,000, a minimum ratio of 1.5 will require the next higher bitrate to be at least 360,000

Inherited from BitmovinApiSdk\Common\ApiResource

public