Show / Hide Table of Contents

Class DolbyAtmosLoudnessControl

DolbyAtmosLoudnessControl

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

Properties

DialogueIntelligence

Whether to use the Dialogue Intelligence feature, which identifies and analyzes dialogue segments within audio as a basis for speech gating. Must not be "DISABLED" for meteringMode "ITU-R BS.1770-1" or "Leq (A)", otherwise recommended value is "ENABLED" (required)

Declaration
public DolbyAtmosDialogueIntelligence? DialogueIntelligence { get; set; }
Property Value
Type Description
System.Nullable<DolbyAtmosDialogueIntelligence>

MeteringMode

Algorithm to be used for measuring loudness. Recommended value is &quot;ITU_R_BS_1770_4&quot; (required)

Declaration
public DolbyAtmosMeteringMode? MeteringMode { get; set; }
Property Value
Type Description
System.Nullable<DolbyAtmosMeteringMode>

SpeechThreshold

Specifies the percentage of speech that must be detected in the metered content before using the measured speech loudness as the overall program loudness. Given as an integer percentage between 0 and 100 (0% to 100%). Recommended value is 15 (required)

Declaration
public int? SpeechThreshold { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
Back to top Generated by DocFX