Reference documentation and code samples for the Transcoder V1 API class Google::Cloud::Video::Transcoder::V1::PreprocessingConfig.
Preprocessing configurations.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#audio
def audio() -> ::Google::Cloud::Video::Transcoder::V1::PreprocessingConfig::Audio
Returns
- (::Google::Cloud::Video::Transcoder::V1::PreprocessingConfig::Audio) — Audio preprocessing configuration.
#audio=
def audio=(value) -> ::Google::Cloud::Video::Transcoder::V1::PreprocessingConfig::Audio
Parameter
- value (::Google::Cloud::Video::Transcoder::V1::PreprocessingConfig::Audio) — Audio preprocessing configuration.
Returns
- (::Google::Cloud::Video::Transcoder::V1::PreprocessingConfig::Audio) — Audio preprocessing configuration.
#color
def color() -> ::Google::Cloud::Video::Transcoder::V1::PreprocessingConfig::Color
Returns
- (::Google::Cloud::Video::Transcoder::V1::PreprocessingConfig::Color) — Color preprocessing configuration.
#color=
def color=(value) -> ::Google::Cloud::Video::Transcoder::V1::PreprocessingConfig::Color
Parameter
- value (::Google::Cloud::Video::Transcoder::V1::PreprocessingConfig::Color) — Color preprocessing configuration.
Returns
- (::Google::Cloud::Video::Transcoder::V1::PreprocessingConfig::Color) — Color preprocessing configuration.
#crop
def crop() -> ::Google::Cloud::Video::Transcoder::V1::PreprocessingConfig::Crop
Returns
- (::Google::Cloud::Video::Transcoder::V1::PreprocessingConfig::Crop) — Specify the video cropping configuration.
#crop=
def crop=(value) -> ::Google::Cloud::Video::Transcoder::V1::PreprocessingConfig::Crop
Parameter
- value (::Google::Cloud::Video::Transcoder::V1::PreprocessingConfig::Crop) — Specify the video cropping configuration.
Returns
- (::Google::Cloud::Video::Transcoder::V1::PreprocessingConfig::Crop) — Specify the video cropping configuration.
#deblock
def deblock() -> ::Google::Cloud::Video::Transcoder::V1::PreprocessingConfig::Deblock
Returns
- (::Google::Cloud::Video::Transcoder::V1::PreprocessingConfig::Deblock) — Deblock preprocessing configuration.
#deblock=
def deblock=(value) -> ::Google::Cloud::Video::Transcoder::V1::PreprocessingConfig::Deblock
Parameter
- value (::Google::Cloud::Video::Transcoder::V1::PreprocessingConfig::Deblock) — Deblock preprocessing configuration.
Returns
- (::Google::Cloud::Video::Transcoder::V1::PreprocessingConfig::Deblock) — Deblock preprocessing configuration.
#deinterlace
def deinterlace() -> ::Google::Cloud::Video::Transcoder::V1::PreprocessingConfig::Deinterlace
Returns
- (::Google::Cloud::Video::Transcoder::V1::PreprocessingConfig::Deinterlace) — Specify the video deinterlace configuration.
#deinterlace=
def deinterlace=(value) -> ::Google::Cloud::Video::Transcoder::V1::PreprocessingConfig::Deinterlace
Parameter
- value (::Google::Cloud::Video::Transcoder::V1::PreprocessingConfig::Deinterlace) — Specify the video deinterlace configuration.
Returns
- (::Google::Cloud::Video::Transcoder::V1::PreprocessingConfig::Deinterlace) — Specify the video deinterlace configuration.
#denoise
def denoise() -> ::Google::Cloud::Video::Transcoder::V1::PreprocessingConfig::Denoise
Returns
- (::Google::Cloud::Video::Transcoder::V1::PreprocessingConfig::Denoise) — Denoise preprocessing configuration.
#denoise=
def denoise=(value) -> ::Google::Cloud::Video::Transcoder::V1::PreprocessingConfig::Denoise
Parameter
- value (::Google::Cloud::Video::Transcoder::V1::PreprocessingConfig::Denoise) — Denoise preprocessing configuration.
Returns
- (::Google::Cloud::Video::Transcoder::V1::PreprocessingConfig::Denoise) — Denoise preprocessing configuration.
#pad
def pad() -> ::Google::Cloud::Video::Transcoder::V1::PreprocessingConfig::Pad
Returns
- (::Google::Cloud::Video::Transcoder::V1::PreprocessingConfig::Pad) — Specify the video pad filter configuration.
#pad=
def pad=(value) -> ::Google::Cloud::Video::Transcoder::V1::PreprocessingConfig::Pad
Parameter
- value (::Google::Cloud::Video::Transcoder::V1::PreprocessingConfig::Pad) — Specify the video pad filter configuration.
Returns
- (::Google::Cloud::Video::Transcoder::V1::PreprocessingConfig::Pad) — Specify the video pad filter configuration.