class TencentCloud::Live::V20180801::CommonMixCropParams
通用混流输入裁剪参数。
def deserialize(params)
def deserialize(params) @CropWidth = params['CropWidth'] @CropHeight = params['CropHeight'] @CropStartLocationX = params['CropStartLocationX'] @CropStartLocationY = params['CropStartLocationY'] end
def initialize(cropwidth=nil, cropheight=nil, cropstartlocationx=nil, cropstartlocationy=nil)
def initialize(cropwidth=nil, cropheight=nil, cropstartlocationx=nil, cropstartlocationy=nil) @CropWidth = cropwidth @CropHeight = cropheight @CropStartLocationX = cropstartlocationx @CropStartLocationY = cropstartlocationy end