public sealed class PreprocessingConfig.Types.Audio : IMessage<PreprocessingConfig.Types.Audio>, IEquatable<PreprocessingConfig.Types.Audio>, IDeepCloneable<PreprocessingConfig.Types.Audio>, IBufferMessage, IMessageReference documentation and code samples for the Transcoder v1 API class PreprocessingConfig.Types.Audio.
Audio preprocessing configuration.
Implements
IMessagePreprocessingConfigTypesAudio, IEquatablePreprocessingConfigTypesAudio, IDeepCloneablePreprocessingConfigTypesAudio, IBufferMessage, IMessageNamespace
Google.Cloud.Video.Transcoder.V1Assembly
Google.Cloud.Video.Transcoder.V1.dll
Constructors
Audio()
public Audio()Audio(Audio)
public Audio(PreprocessingConfig.Types.Audio other)| Parameter | |
|---|---|
| Name | Description |
other |
PreprocessingConfigTypesAudio |
Properties
HighBoost
public bool HighBoost { get; set; }Enable boosting high frequency components. The default is false.
Note: This field is not supported.
| Property Value | |
|---|---|
| Type | Description |
bool |
|
LowBoost
public bool LowBoost { get; set; }Enable boosting low frequency components. The default is false.
Note: This field is not supported.
| Property Value | |
|---|---|
| Type | Description |
bool |
|
Lufs
public double Lufs { get; set; }Specify audio loudness normalization in loudness units relative to full scale (LUFS). Enter a value between -24 and 0 (the default), where:
- -24 is the Advanced Television Systems Committee (ATSC A/85) standard
- -23 is the EU R128 broadcast standard
- -19 is the prior standard for online mono audio
- -18 is the ReplayGain standard
- -16 is the prior standard for stereo audio
- -14 is the new online audio standard recommended by Spotify, as well as Amazon Echo
- 0 disables normalization
| Property Value | |
|---|---|
| Type | Description |
double |
|