Show / Hide Table of Contents

Class Av1PerTitleConfiguration

Av1PerTitleConfiguration

Inheritance
System.Object
PerTitleConfiguration
Av1PerTitleConfiguration
Inherited Members
PerTitleConfiguration.MinBitrate
PerTitleConfiguration.MaxBitrate
PerTitleConfiguration.MinBitrateStepSize
PerTitleConfiguration.MaxBitrateStepSize
PerTitleConfiguration.AutoRepresentations
PerTitleConfiguration.ComplexityFactor
PerTitleConfiguration.FixedResolutionAndBitrateConfiguration
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 Av1PerTitleConfiguration : PerTitleConfiguration

Properties

TargetQualityCrf

Desired target quality of the highest representation expressed as CRF value

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