class TencentCloud::Live::V20180801::CasterLayoutParam

导播台布局详细参数。

def deserialize(params)

def deserialize(params)
  @LayerId = params['LayerId']
  @LayerWidth = params['LayerWidth']
  @LayerHeight = params['LayerHeight']
  @LayerLocationX = params['LayerLocationX']
  @LayerLocationY = params['LayerLocationY']
  @UsePortraitSegment = params['UsePortraitSegment']
end

def initialize(layerid=nil, layerwidth=nil, layerheight=nil, layerlocationx=nil, layerlocationy=nil, useportraitsegment=nil)

def initialize(layerid=nil, layerwidth=nil, layerheight=nil, layerlocationx=nil, layerlocationy=nil, useportraitsegment=nil)
  @LayerId = layerid
  @LayerWidth = layerwidth
  @LayerHeight = layerheight
  @LayerLocationX = layerlocationx
  @LayerLocationY = layerlocationy
  @UsePortraitSegment = useportraitsegment
end