class TencentCloud::Live::V20180801::TranscodeDetailInfo
转码详细信息。
def deserialize(params)
def deserialize(params) @StreamName = params['StreamName'] @StartTime = params['StartTime'] @EndTime = params['EndTime'] @Duration = params['Duration'] @ModuleCodec = params['ModuleCodec'] @Bitrate = params['Bitrate'] @Type = params['Type'] @PushDomain = params['PushDomain'] @Resolution = params['Resolution'] @MainlandOrOversea = params['MainlandOrOversea'] end
def initialize(streamname=nil, starttime=nil, endtime=nil, duration=nil, modulecodec=nil, bitrate=nil, type=nil, pushdomain=nil, resolution=nil, mainlandoroversea=nil)
def initialize(streamname=nil, starttime=nil, endtime=nil, duration=nil, modulecodec=nil, bitrate=nil, type=nil, pushdomain=nil, resolution=nil, mainlandoroversea=nil) @StreamName = streamname @StartTime = starttime @EndTime = endtime @Duration = duration @ModuleCodec = modulecodec @Bitrate = bitrate @Type = type @PushDomain = pushdomain @Resolution = resolution @MainlandOrOversea = mainlandoroversea end