Class: TencentCloud::Ams::V20200608::MediaInfo

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

Overview

媒体类型

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(codecs = nil, duration = nil, width = nil, height = nil, thumbnail = nil) ⇒ MediaInfo

Returns a new instance of MediaInfo.



1235
1236
1237
1238
1239
1240
1241
# File 'lib/v20200608/models.rb', line 1235

def initialize(codecs=nil, duration=nil, width=nil, height=nil, thumbnail=nil)
  @Codecs = codecs
  @Duration = duration
  @Width = width
  @Height = height
  @Thumbnail = thumbnail
end

Instance Attribute Details

#CodecsObject

注意:此字段可能返回 0,表示取不到有效值。

Parameters:

  • Codecs:

    编码格式

  • Duration:

    流检测时分片时长

  • Width:

    宽,单位为像素

  • Height:

    高,单位为像素

  • Thumbnail:

    缩略图



1233
1234
1235
# File 'lib/v20200608/models.rb', line 1233

def Codecs
  @Codecs
end

#DurationObject

注意:此字段可能返回 0,表示取不到有效值。

Parameters:

  • Codecs:

    编码格式

  • Duration:

    流检测时分片时长

  • Width:

    宽,单位为像素

  • Height:

    高,单位为像素

  • Thumbnail:

    缩略图



1233
1234
1235
# File 'lib/v20200608/models.rb', line 1233

def Duration
  @Duration
end

#HeightObject

注意:此字段可能返回 0,表示取不到有效值。

Parameters:

  • Codecs:

    编码格式

  • Duration:

    流检测时分片时长

  • Width:

    宽,单位为像素

  • Height:

    高,单位为像素

  • Thumbnail:

    缩略图



1233
1234
1235
# File 'lib/v20200608/models.rb', line 1233

def Height
  @Height
end

#ThumbnailObject

注意:此字段可能返回 0,表示取不到有效值。

Parameters:

  • Codecs:

    编码格式

  • Duration:

    流检测时分片时长

  • Width:

    宽,单位为像素

  • Height:

    高,单位为像素

  • Thumbnail:

    缩略图



1233
1234
1235
# File 'lib/v20200608/models.rb', line 1233

def Thumbnail
  @Thumbnail
end

#WidthObject

注意:此字段可能返回 0,表示取不到有效值。

Parameters:

  • Codecs:

    编码格式

  • Duration:

    流检测时分片时长

  • Width:

    宽,单位为像素

  • Height:

    高,单位为像素

  • Thumbnail:

    缩略图



1233
1234
1235
# File 'lib/v20200608/models.rb', line 1233

def Width
  @Width
end

Instance Method Details

#deserialize(params) ⇒ Object



1243
1244
1245
1246
1247
1248
1249
# File 'lib/v20200608/models.rb', line 1243

def deserialize(params)
  @Codecs = params['Codecs']
  @Duration = params['Duration']
  @Width = params['Width']
  @Height = params['Height']
  @Thumbnail = params['Thumbnail']
end