public sealed class 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 webpage provides reference documentation for the `PreprocessingConfig.Types.Pad` class within the Google Cloud Transcoder v1 API, specifically version 2.3.0 and other versions are available."],["`PreprocessingConfig.Types.Pad` is used to configure the padding of input videos, adding black pixels to the sides, and scaling the padded video to match the output resolution."],["The `Pad` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["The class has four main properties, `BottomPixels`, `LeftPixels`, `RightPixels`, and `TopPixels`, which are used to set the number of pixels to be added to each side, with a default value of 0."],["The latest version documented is 2.9.0, and a history of previous versions all the way back to 1.0.0 is available to be referenced."]]],[]]