BitmovinApiSdk\Models\PerTitleFixedResolutionAndBitrateConfiguration
Synopsis
class PerTitleFixedResolutionAndBitrateConfiguration
extends ApiResource
{
- // members
- public int $forcedRenditionAboveHighestFixedRepresentation;
- public float $forcedRenditionAboveHighestFixedRepresentationFactor;
- public PerTitleFixedResolutionAndBitrateConfigurationMode $forcedRenditionAboveHighestFixedRepresentationCalculationMode;
- // methods
- public void __construct()
- public $this forcedRenditionAboveHighestFixedRepresentation()
- public $this forcedRenditionAboveHighestFixedRepresentationFactor()
- public $this forcedRenditionAboveHighestFixedRepresentationCalculationMode()
- // Inherited methods from ApiResource
- public void __construct()
- public static $this create()
- public void toArray()
Hierarchy
Members
public
- $forcedRenditionAboveHighestFixedRepresentation — int
- $forcedRenditionAboveHighestFixedRepresentationCalculationMode — BitmovinApiSdk\Models\PerTitleFixedResolutionAndBitrateConfigurationMode
- $forcedRenditionAboveHighestFixedRepresentationFactor — float
Methods
public
- __construct()
- forcedRenditionAboveHighestFixedRepresentation() — Number of forced renditions above the highest fixed representation (e.g. FIXED_RESOLUTION_AND_BITRATE). Forced renditions will be added, also if the Per-Title algorithm chooses the user defined force rendition to be the highest one.
- forcedRenditionAboveHighestFixedRepresentationCalculationMode() — Mode to calculate the bitrate of the next representation
- forcedRenditionAboveHighestFixedRepresentationFactor() — The factor to calculate the bitrate that will be chosen based on the bitrate of the last FIXED_RESOLUTION.