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

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

Deblock preprocessing configuration.

Instance Attribute Summary collapse

Instance Attribute Details

#enabled::Boolean

Returns Enable deblocker. The default is false.

Returns:

  • (::Boolean)

    Enable deblocker. The default is false.



596
597
598
599
# File 'proto_docs/google/cloud/video/transcoder/v1beta1/resources.rb', line 596

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

#strength::Float

Returns Set strength of the deblocker. Enter a value between 0 and 1. The higher the value, the stronger the block removal. 0 is no deblocking. The default is 0.

Returns:

  • (::Float)

    Set strength of the deblocker. Enter a value between 0 and 1. The higher the value, the stronger the block removal. 0 is no deblocking. The default is 0.



596
597
598
599
# File 'proto_docs/google/cloud/video/transcoder/v1beta1/resources.rb', line 596

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