Reference documentation and code samples for the Transcoder V1 API class Google::Cloud::Video::Transcoder::V1::PreprocessingConfig::Deblock.
Deblock preprocessing configuration.
Note: This configuration is not supported.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#enabled
def enabled() -> ::Boolean
Returns
-
(::Boolean) — Enable deblocker. The default is
false
.
#enabled=
def enabled=(value) -> ::Boolean
Parameter
-
value (::Boolean) — Enable deblocker. The default is
false
.
Returns
-
(::Boolean) — Enable deblocker. The default is
false
.
#strength
def strength() -> ::Float
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.
#strength=
def strength=(value) -> ::Float
Parameter
- value (::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.
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.