public sealed class PreprocessingConfig.Types.Pad : IMessage<PreprocessingConfig.Types.Pad>, IEquatable<PreprocessingConfig.Types.Pad>, IDeepCloneable<PreprocessingConfig.Types.Pad>, IBufferMessage, IMessage
Reference documentation and code samples for the Transcoder v1 API class PreprocessingConfig.Types.Pad.
Pad filter configuration for the input video. The padded input video
is scaled after padding with black to match the output resolution.
[[["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 documentation page covers the `PreprocessingConfig.Types.Pad` class within the Transcoder v1 API for .NET, which is used to configure padding settings for video input."],["The `Pad` class, a part of Google.Cloud.Video.Transcoder.V1, allows users to add black padding to the input video, and it scales the video afterward to fit the desired output resolution."],["The class provides properties to define the number of pixels to add to the top, bottom, left, and right of the video, with default values of 0 for each."],["The page contains a list of the different versions of the class available, starting from version 1.0.0 to the latest version 2.9.0, so users can select their appropriate version of use."]]],[]]