Class: Google::Cloud::Video::Transcoder::V1beta1::PreprocessingConfig::Pad

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/video/transcoder/v1beta1/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

Instance Attribute Details

#bottom_pixels::Integer

Returns The number of pixels to add to the bottom. The default is 0.

Returns:

  • (::Integer)

    The number of pixels to add to the bottom. The default is 0.



659
660
661
662
# File 'proto_docs/google/cloud/video/transcoder/v1beta1/resources.rb', line 659

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.

Returns:

  • (::Integer)

    The number of pixels to add to the left. The default is 0.



659
660
661
662
# File 'proto_docs/google/cloud/video/transcoder/v1beta1/resources.rb', line 659

class Pad
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#right_pixels::Integer

Returns The number of pixels to add to the right. The default is 0.

Returns:

  • (::Integer)

    The number of pixels to add to the right. The default is 0.



659
660
661
662
# File 'proto_docs/google/cloud/video/transcoder/v1beta1/resources.rb', line 659

class Pad
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#top_pixels::Integer

Returns The number of pixels to add to the top. The default is 0.

Returns:

  • (::Integer)

    The number of pixels to add to the top. The default is 0.



659
660
661
662
# File 'proto_docs/google/cloud/video/transcoder/v1beta1/resources.rb', line 659

class Pad
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end