class TencentCloud::Trtc::V20190722::RecordUsage
录制的使用信息。
Attributes
@param TimeKey: 本组数据对应的时间点,格式如:2020-09-07或2020-09-07 00:05:05。 @type TimeKey: String @param Class1VideoTime: 视频时长-标清SD,单位:秒。 @type Class1VideoTime: Integer @param Class2VideoTime: 视频时长-高清HD,单位:秒。 @type Class2VideoTime: Integer @param Class3VideoTime: 视频时长-超清HD,单位:秒。 @type Class3VideoTime: Integer @param AudioTime: 语音时长,单位:秒。 @type AudioTime: Integer
@param TimeKey: 本组数据对应的时间点,格式如:2020-09-07或2020-09-07 00:05:05。 @type TimeKey: String @param Class1VideoTime: 视频时长-标清SD,单位:秒。 @type Class1VideoTime: Integer @param Class2VideoTime: 视频时长-高清HD,单位:秒。 @type Class2VideoTime: Integer @param Class3VideoTime: 视频时长-超清HD,单位:秒。 @type Class3VideoTime: Integer @param AudioTime: 语音时长,单位:秒。 @type AudioTime: Integer
@param TimeKey: 本组数据对应的时间点,格式如:2020-09-07或2020-09-07 00:05:05。 @type TimeKey: String @param Class1VideoTime: 视频时长-标清SD,单位:秒。 @type Class1VideoTime: Integer @param Class2VideoTime: 视频时长-高清HD,单位:秒。 @type Class2VideoTime: Integer @param Class3VideoTime: 视频时长-超清HD,单位:秒。 @type Class3VideoTime: Integer @param AudioTime: 语音时长,单位:秒。 @type AudioTime: Integer
@param TimeKey: 本组数据对应的时间点,格式如:2020-09-07或2020-09-07 00:05:05。 @type TimeKey: String @param Class1VideoTime: 视频时长-标清SD,单位:秒。 @type Class1VideoTime: Integer @param Class2VideoTime: 视频时长-高清HD,单位:秒。 @type Class2VideoTime: Integer @param Class3VideoTime: 视频时长-超清HD,单位:秒。 @type Class3VideoTime: Integer @param AudioTime: 语音时长,单位:秒。 @type AudioTime: Integer
@param TimeKey: 本组数据对应的时间点,格式如:2020-09-07或2020-09-07 00:05:05。 @type TimeKey: String @param Class1VideoTime: 视频时长-标清SD,单位:秒。 @type Class1VideoTime: Integer @param Class2VideoTime: 视频时长-高清HD,单位:秒。 @type Class2VideoTime: Integer @param Class3VideoTime: 视频时长-超清HD,单位:秒。 @type Class3VideoTime: Integer @param AudioTime: 语音时长,单位:秒。 @type AudioTime: Integer
Public Class Methods
# File lib/v20190722/models.rb, line 1638 def initialize(timekey=nil, class1videotime=nil, class2videotime=nil, class3videotime=nil, audiotime=nil) @TimeKey = timekey @Class1VideoTime = class1videotime @Class2VideoTime = class2videotime @Class3VideoTime = class3videotime @AudioTime = audiotime end
Public Instance Methods
# File lib/v20190722/models.rb, line 1646 def deserialize(params) @TimeKey = params['TimeKey'] @Class1VideoTime = params['Class1VideoTime'] @Class2VideoTime = params['Class2VideoTime'] @Class3VideoTime = params['Class3VideoTime'] @AudioTime = params['AudioTime'] end