Send feedback
Live Stream v1 API - Class PreprocessingConfig.Types.Audio (1.7.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 1.7.0 keyboard_arrow_down
public sealed class PreprocessingConfig.Types.Audio : IMessage<PreprocessingConfig.Types.Audio>, IEquatable<PreprocessingConfig.Types.Audio>, IDeepCloneable<PreprocessingConfig.Types.Audio>, IBufferMessage, IMessage
Reference documentation and code samples for the Live Stream v1 API class PreprocessingConfig.Types.Audio.
Audio preprocessing configuration.
Inheritance
object >
PreprocessingConfig.Types.Audio
Namespace
Google.Cloud.Video.LiveStream.V1
Assembly
Google.Cloud.Video.LiveStream.V1.dll
Constructors
Audio()
Audio(Audio)
public Audio(PreprocessingConfig.Types.Audio other)
Properties
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 according to the following:
-24 is the Advanced Television Systems Committee (ATSC A/85)
-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. The default is 0.
Property Value
Type
Description
double
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-01 UTC.
[{
"type": "thumb-down",
"id": "hardToUnderstand",
"label":"Hard to understand"
},{
"type": "thumb-down",
"id": "incorrectInformationOrSampleCode",
"label":"Incorrect information or sample code"
},{
"type": "thumb-down",
"id": "missingTheInformationSamplesINeed",
"label":"Missing the information/samples I need"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]
Need to tell us more?
{"lastModified": "Last updated 2024-10-01 UTC."}
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-01 UTC."]]