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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This documentation page covers the `PreprocessingConfig.Types.Pad` class within the Google Cloud Video Transcoder V1 API, specifically for .NET."],["The `Pad` class is used to configure padding settings for an input video, adding pixels to the top, bottom, left, and right to allow for scaling to a specific resolution."],["The latest version documented is 2.9.0, while version 2.8.0 is also covered in detail, and prior versions from 2.7.0 down to 1.0.0 are listed."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `Pad` class offers properties to set padding in `BottomPixels`, `LeftPixels`, `RightPixels`, and `TopPixels`, each defaulting to 0."]]],[]]