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.
[[["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 2025-03-21 UTC."],[[["This webpage provides reference documentation for the `PreprocessingConfig.Types.Audio` class within the Google Cloud Live Stream v1 API."],["The `PreprocessingConfig.Types.Audio` class is used for configuring audio preprocessing, and it implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page outlines the class's inheritance structure, where it inherits from the base `object` class, as well as it's implementation of inherited members, such as `GetHashCode`, `GetType` and `ToString`."],["The class can be constructed with a parameterless constructor (`Audio()`) or by using another `Audio` instance as input, for cloning (`Audio(Audio)`)."],["The `Lufs` property allows for audio loudness normalization, with values ranging from -24 to 0, corresponding to different broadcast and online standards, and it will default to 0, disabling normalization."]]],[]]