Class: Google::Cloud::Video::Transcoder::V1::PreprocessingConfig::Crop
- Inherits:
-
Object
- Object
- Google::Cloud::Video::Transcoder::V1::PreprocessingConfig::Crop
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/video/transcoder/v1/resources.rb
Overview
Video cropping configuration for the input video. The cropped input video is scaled to match the output resolution.
Instance Attribute Summary collapse
-
#bottom_pixels ⇒ ::Integer
The number of pixels to crop from the bottom.
-
#left_pixels ⇒ ::Integer
The number of pixels to crop from the left.
-
#right_pixels ⇒ ::Integer
The number of pixels to crop from the right.
-
#top_pixels ⇒ ::Integer
The number of pixels to crop from the top.
Instance Attribute Details
#bottom_pixels ⇒ ::Integer
Returns The number of pixels to crop from the bottom. The default is 0.
749 750 751 752 |
# File 'proto_docs/google/cloud/video/transcoder/v1/resources.rb', line 749 class Crop include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#left_pixels ⇒ ::Integer
Returns The number of pixels to crop from the left. The default is 0.
749 750 751 752 |
# File 'proto_docs/google/cloud/video/transcoder/v1/resources.rb', line 749 class Crop include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |