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 Transcoder v1 API, specifically for version 2.5.0."],["`PreprocessingConfig.Types.Pad` is used to configure a pad filter for input videos, adding black padding around the video which is then scaled to the desired output resolution."],["The page also includes information about the classes that `PreprocessingConfig.Types.Pad` inherits from and the classes it implements, as well as its constructors and properties."],["The documentation is for a class within the `Google.Cloud.Video.Transcoder.V1` namespace, found in the `Google.Cloud.Video.Transcoder.V1.dll` assembly."],["Properties of the class `PreprocessingConfig.Types.Pad` are `BottomPixels`, `LeftPixels`, `RightPixels`, and `TopPixels`, all integers, that control how many pixels to add to the respective side, with the default being 0."]]],[]]