Class: TencentCloud::Iss::V20230517::BitRateInfo

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20230517/models.rb

Overview

视频通道码率返回结果

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(channelid = nil, bitrate = nil) ⇒ BitRateInfo

Returns a new instance of BitRateInfo.



1326
1327
1328
1329
# File 'lib/v20230517/models.rb', line 1326

def initialize(channelid=nil, bitrate=nil)
  @ChannelId = channelid
  @Bitrate = bitrate
end

Instance Attribute Details

#BitrateObject

Parameters:

  • ChannelId:

    通道Id

  • Bitrate:

    码率,单位:kbps



1324
1325
1326
# File 'lib/v20230517/models.rb', line 1324

def Bitrate
  @Bitrate
end

#ChannelIdObject

Parameters:

  • ChannelId:

    通道Id

  • Bitrate:

    码率,单位:kbps



1324
1325
1326
# File 'lib/v20230517/models.rb', line 1324

def ChannelId
  @ChannelId
end

Instance Method Details

#deserialize(params) ⇒ Object



1331
1332
1333
1334
# File 'lib/v20230517/models.rb', line 1331

def deserialize(params)
  @ChannelId = params['ChannelId']
  @Bitrate = params['Bitrate']
end