Class H264PerTitleConfiguration
H264PerTitleConfiguration
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 H264PerTitleConfiguration : 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> |