public sealed class Pad : IMessage<PreprocessingConfig.Types.Pad>, IEquatable<PreprocessingConfig.Types.Pad>, IDeepCloneable<PreprocessingConfig.Types.Pad>, IBufferMessage, IMessage
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."],[[["The `Pad` class is used for configuring a padding filter for input videos, which is part of the preprocessing configuration in the Google Cloud Video Transcoder V1 API."],["This class allows you to specify the number of pixels to add to the top, bottom, left, and right of a video, with a default of zero for each direction if not specified."],["The latest version of the Pad class is 2.9.0, and versions range back to 1.0.0, with the relevant documentation for each version available."],["The Pad class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and has inherited members from the base `Object` class."],["The padded video is scaled after the addition of padding to match the output resolution, ensuring it fits properly."]]],[]]