Show / Hide Table of Contents

Class AutoRepresentation

AutoRepresentation

Inheritance
System.Object
AutoRepresentation
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 AutoRepresentation

Properties

AdoptConfigurationThreshold

This is the threshold that determines whether the settings of the lower or the upper template representation (codec configuration) should be used, when representations are added automatically. The value must be between 0 and 1. Values nearer 0 will favour the higher representation, values nearer 1 will favour the lower representation.

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