Show / Hide Table of Contents

Class H265PerTitleConfiguration

H265PerTitleConfiguration

Inheritance
System.Object
PerTitleConfiguration
H265PerTitleConfiguration
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 H265PerTitleConfiguration : PerTitleConfiguration

Properties

CodecBufsizeFactor

This factor is used to calculate the bufsize of the codec configuration for the generated representations as a multiple of the targetBitrate

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

CodecMaxBitrateFactor

This factor is used to calculate the maxBitrate of the codec configuration for the generated representations as a multiple of the targetBitrate

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

CodecMinBitrateFactor

This factor is used to calculate the minBitrate of the codec configuration for the generated representations as a multiple of the targetBitrate

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

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