Enum OttLoudnessMode
Specifies the OTT loudness mode. If the mode is DTSX_OTT_LOUDNESS_DETECT
, the lkfs
value will be calculated internally and does not need to be provided. A provided lkfs
value will be ignored. For the modes DTSX_OTT_LOUDNESS_INPUT
and DTSX_OTT_LOUDNESS_TARGET
an lkfs
value must be provided by the user.
Namespace: Bitmovin.Api.Sdk.Models
Assembly: Bitmovin.Api.Sdk.dll
Syntax
public enum OttLoudnessMode
Fields
Name | Description |
---|---|
DTSX_OTT_LOUDNESS_DETECT | Specifies the OTT loudness mode. If the mode is |
DTSX_OTT_LOUDNESS_INPUT | Specifies the OTT loudness mode. If the mode is |
DTSX_OTT_LOUDNESS_TARGET | Specifies the OTT loudness mode. If the mode is |