Show / Hide Table of Contents

Class DolbyDigitalPlusLoudnessControl

DolbyDigitalPlusLoudnessControl

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

Properties

Dialnorm

Dialogue Normalization value to be set on the bitstream metadata. Required if the mode is PASSTHROUGH, or if the mode is CORRECTION and regulationType is MANUAL. For all other combinations dialnorm must not be set.

Declaration
public int? Dialnorm { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

DialogueIntelligence

This may only be set if the mode is PASSTHROUGH, or if the mode is CORRECTION and regulationType is MANUAL. For all other regulationType values dialogueIntelligence must not be set.

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

Mode

Mode

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

PeakLimit

The peak value in dB to use for loudness correction. This may only be set if the mode is PASSTHROUGH, or if the mode is CORRECTION and regulationType is MANUAL. For all other regulationType values peakLimit must not be set.

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

RegulationType

This is only allowed if the mode is CORRECTION. <table> <tr><th colspan=4 align=&quot;left&quot;> Predefined values for each regulation type: </th></tr> <tr><td> Regulation Type </td><td> EBU R128 </td><td> ATSC A/85 Fixed </td><td> ATSC A/85 Agile</td></tr> <tr><td> Limit Mode </td><td> True Peak </td><td> True Peak </td><td> True Peak </td></tr> <tr><td> Correction Mode </td><td> PCM Normalization </td><td> PCM Normalization </td><td> Metadata Update </td></tr> <tr><td> Peak Limit </td><td> –3 dBTP </td><td> –2 dBTP </td><td> N/A </td></tr> <tr><td> Dialogue Intelligence </td><td> Off </td><td> On </td><td> On </td></tr> <tr><td> Meter Mode </td><td> ITU-R BS.1770-3 </td><td> ITU-R BS.1770-3 </td><td> ITU-R BS.1770-3 </td></tr> <tr><td> Speech Threshold </td><td> 20 </td><td> 20 </td><td> 20 </td></tr> <tr><td> Dialogue Normalization </td><td> -23 dB </td><td> -24 dB </td><td> Set to measured loudness </td></tr> </table>

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