public sealed class PreprocessingConfig : IMessage<PreprocessingConfig>, IEquatable<PreprocessingConfig>, IDeepCloneable<PreprocessingConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Live Stream v1 API class PreprocessingConfig.
[[["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."],[[["The `PreprocessingConfig` class, part of the Google Cloud Live Stream v1 API, is used for setting up preprocessing configurations for live streams."],["This class is implemented with the `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, providing functionalities for message handling, comparison, cloning, and buffered operations."],["The latest version available is 1.8.0, and previous versions, going back to version 1.0.0, are also accessible."],["`PreprocessingConfig` allows for audio preprocessing, video cropping, and video padding configurations through the `Audio`, `Crop`, and `Pad` properties, respectively."],["The namespace of the PreprocessingConfig class is `Google.Cloud.Video.LiveStream.V1` and is located in the `Google.Cloud.Video.LiveStream.V1.dll` assembly."]]],[]]