Show / Hide Table of Contents

Class PerTitleConfiguration

PerTitleConfiguration

Inheritance
System.Object
PerTitleConfiguration
Av1PerTitleConfiguration
H264PerTitleConfiguration
H265PerTitleConfiguration
Vp9PerTitleConfiguration
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 PerTitleConfiguration

Properties

AutoRepresentations

AutoRepresentations

Declaration
public AutoRepresentation AutoRepresentations { get; set; }
Property Value
Type Description
AutoRepresentation

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

Declaration
public double? ComplexityFactor { get; set; }
Property Value
Type Description
System.Nullable<System.Double>

FixedResolutionAndBitrateConfiguration

Additional configuration for fixed resolution and bitrate templates

Declaration
public PerTitleFixedResolutionAndBitrateConfiguration FixedResolutionAndBitrateConfiguration { get; set; }
Property Value
Type Description
PerTitleFixedResolutionAndBitrateConfiguration

MaxBitrate

The maximum bitrate that will be used by the Per-Title algorithm. It will not generate any rendition with a higher bitrate.

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

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

Declaration
public double? MaxBitrateStepSize { get; set; }
Property Value
Type Description
System.Nullable<System.Double>

MinBitrate

The minimum bitrate that will be used by the Per-Title algorithm.

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

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

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