Class: Google::Cloud::Video::Transcoder::V1::PreprocessingConfig::Deblock
- Inherits:
-
Object
- Object
- Google::Cloud::Video::Transcoder::V1::PreprocessingConfig::Deblock
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/video/transcoder/v1/resources.rb
Overview
Deblock preprocessing configuration.
Note: This configuration is not supported.
Instance Attribute Summary collapse
-
#enabled ⇒ ::Boolean
Enable deblocker.
-
#strength ⇒ ::Float
Set strength of the deblocker.
Instance Attribute Details
#enabled ⇒ ::Boolean
Returns Enable deblocker. The default is false
.
701 702 703 704 |
# File 'proto_docs/google/cloud/video/transcoder/v1/resources.rb', line 701 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.
701 702 703 704 |
# File 'proto_docs/google/cloud/video/transcoder/v1/resources.rb', line 701 class Deblock include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |