Transcoder V1 API - Class Google::Cloud::Video::Transcoder::V1::PreprocessingConfig::Audio (v0.7.0)

Reference documentation and code samples for the Transcoder V1 API class Google::Cloud::Video::Transcoder::V1::PreprocessingConfig::Audio.

Audio preprocessing configuration.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#high_boost

def high_boost() -> ::Boolean
Returns
  • (::Boolean) — Enable boosting high frequency components. The default is false.

    Note: This field is not supported.

#high_boost=

def high_boost=(value) -> ::Boolean
Parameter
  • value (::Boolean) — Enable boosting high frequency components. The default is false.

    Note: This field is not supported.

Returns
  • (::Boolean) — Enable boosting high frequency components. The default is false.

    Note: This field is not supported.

#low_boost

def low_boost() -> ::Boolean
Returns
  • (::Boolean) — Enable boosting low frequency components. The default is false.

    Note: This field is not supported.

#low_boost=

def low_boost=(value) -> ::Boolean
Parameter
  • value (::Boolean) — Enable boosting low frequency components. The default is false.

    Note: This field is not supported.

Returns
  • (::Boolean) — Enable boosting low frequency components. The default is false.

    Note: This field is not supported.

#lufs

def lufs() -> ::Float
Returns
  • (::Float) —

    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

#lufs=

def lufs=(value) -> ::Float
Parameter
  • value (::Float) —

    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
Returns
  • (::Float) —

    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