Show / Hide Table of Contents

Class PerTitleFixedResolutionAndBitrateConfiguration

PerTitleFixedResolutionAndBitrateConfiguration

Inheritance
System.Object
PerTitleFixedResolutionAndBitrateConfiguration
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Bitmovin.Api.Sdk.Models
Assembly: Bitmovin.Api.Sdk.dll
Syntax
public class PerTitleFixedResolutionAndBitrateConfiguration

Properties

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.

Declaration
public int? ForcedRenditionAboveHighestFixedRepresentation { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

ForcedRenditionAboveHighestFixedRepresentationCalculationMode

Mode to calculate the bitrate of the next representation

Declaration
public PerTitleFixedResolutionAndBitrateConfigurationMode? ForcedRenditionAboveHighestFixedRepresentationCalculationMode { get; set; }
Property Value
Type Description
System.Nullable<PerTitleFixedResolutionAndBitrateConfigurationMode>

ForcedRenditionAboveHighestFixedRepresentationFactor

The factor to calculate the bitrate that will be chosen based on the bitrate of the last FIXED_RESOLUTION.

Declaration
public double? ForcedRenditionAboveHighestFixedRepresentationFactor { get; set; }
Property Value
Type Description
System.Nullable<System.Double>
Back to top Generated by DocFX