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 webpage provides reference documentation for the `PreprocessingConfig.Types.Pad` class within the Google Cloud Transcoder v1 API for .NET."],["The `Pad` class allows configuration of padding for input video, where black pixels are added to the video's edges, and subsequently, the video is scaled to match the desired output resolution."],["The documentation lists all the available versions of the class, with the latest being 2.9.0."],["The class implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, extending its functionality and integration capabilities within the .NET environment."],["Key properties of the `Pad` class, including `TopPixels`, `BottomPixels`, `LeftPixels`, and `RightPixels`, are detailed, each allowing the specification of the number of pixels to be added to each respective edge of the video, with the default value being zero."]]],[]]