Enum PerTitleFixedResolutionAndBitrateConfigurationMode
PerTitleFixedResolutionAndBitrateConfigurationMode
Namespace: Bitmovin.Api.Sdk.Models
Assembly: Bitmovin.Api.Sdk.dll
Syntax
public enum PerTitleFixedResolutionAndBitrateConfigurationMode
Fields
Name | Description |
---|---|
AVERAGE | The next bitrate for the forced representation is the average bitrate defined in the Per-Title template stream multiplied by the factor. |
LAST_CALCULATED_BITRATE | The next bitrate for the forced representation is the calculated bitrate of the Per-Title representation multiplied by the factor. |
MAXIMUM | The next bitrate for the forced representation is the maximum bitrate defined in the Per-Title template stream multiplied by the factor. |
MINIMUM | The next bitrate for the forced representation is the minimum bitrate defined in the Per-Title template stream multiplied by the factor. |