BitmovinApiSdk\Models\DolbyAtmosLoudnessControl
Synopsis
class DolbyAtmosLoudnessControl
extends ApiResource
{
- // members
- public DolbyAtmosMeteringMode $meteringMode;
- public DolbyAtmosDialogueIntelligence $dialogueIntelligence;
- public int $speechThreshold;
- // methods
- public void __construct()
- public $this meteringMode()
- public $this dialogueIntelligence()
- public $this speechThreshold()
- // Inherited methods from ApiResource
- public void __construct()
- public static $this create()
- public void toArray()
Hierarchy
Members
public
- $dialogueIntelligence — BitmovinApiSdk\Models\DolbyAtmosDialogueIntelligence
- $meteringMode — BitmovinApiSdk\Models\DolbyAtmosMeteringMode
- $speechThreshold — int
Methods
public
- __construct()
- 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)
- meteringMode() — Algorithm to be used for measuring loudness. Recommended value is \"ITU_R_BS_1770_4\" (required)
- 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)