Class: Google::Cloud::Video::Transcoder::V1::PreprocessingConfig::Pad
- Inherits:
-
Object
- Object
- Google::Cloud::Video::Transcoder::V1::PreprocessingConfig::Pad
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/video/transcoder/v1/resources.rb
Overview
Pad filter configuration for the input video. The padded input video is scaled after padding with black to match the output resolution.
Instance Attribute Summary collapse
-
#bottom_pixels ⇒ ::Integer
The number of pixels to add to the bottom.
-
#left_pixels ⇒ ::Integer
The number of pixels to add to the left.
-
#right_pixels ⇒ ::Integer
The number of pixels to add to the right.
-
#top_pixels ⇒ ::Integer
The number of pixels to add to the top.
Instance Attribute Details
#bottom_pixels ⇒ ::Integer
Returns The number of pixels to add to the bottom. The default is 0.
768 769 770 771 |
# File 'proto_docs/google/cloud/video/transcoder/v1/resources.rb', line 768 class Pad include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#left_pixels ⇒ ::Integer
Returns The number of pixels to add to the left. The default is 0.
768 769 770 771 |
# File 'proto_docs/google/cloud/video/transcoder/v1/resources.rb', line 768 class Pad include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |