Class DolbyDigitalLoudnessControl
DolbyDigitalLoudnessControl
Inheritance
Inherited Members
Namespace: Bitmovin.Api.Sdk.Models
Assembly: Bitmovin.Api.Sdk.dll
Syntax
public class DolbyDigitalLoudnessControl
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 combinations dialogueIntelligence must not be set.
Declaration
public DolbyDigitalDialogueIntelligence? DialogueIntelligence { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<DolbyDigitalDialogueIntelligence> |
Mode
Mode
Declaration
public DolbyDigitalLoudnessControlMode? Mode { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<DolbyDigitalLoudnessControlMode> |
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 combinations 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="left"> 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 DolbyDigitalLoudnessControlRegulationType? RegulationType { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<DolbyDigitalLoudnessControlRegulationType> |