Show / Hide Table of Contents

Class Audio

Audio preprocessing configuration.

Inheritance
object
Audio
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Transcoder.v1.Data
Assembly: Google.Apis.Transcoder.v1.dll
Syntax
public class Audio : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

HighBoost

Enable boosting high frequency components. The default is false. Note: This field is not supported.

Declaration
[JsonProperty("highBoost")]
public virtual bool? HighBoost { get; set; }
Property Value
Type Description
bool?

LowBoost

Enable boosting low frequency components. The default is false. Note: This field is not supported.

Declaration
[JsonProperty("lowBoost")]
public virtual bool? LowBoost { get; set; }
Property Value
Type Description
bool?

Lufs

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

Declaration
[JsonProperty("lufs")]
public virtual double? Lufs { get; set; }
Property Value
Type Description
double?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX