Class: TencentCloud::Mps::V20190612::TrackInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mps::V20190612::TrackInfo
- Defined in:
- lib/v20190612/models.rb
Overview
音轨信息
Instance Attribute Summary collapse
-
#ChannelVolume ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#TrackNum ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(tracknum = nil, channelvolume = nil) ⇒ TrackInfo
constructor
A new instance of TrackInfo.
Constructor Details
#initialize(tracknum = nil, channelvolume = nil) ⇒ TrackInfo
Returns a new instance of TrackInfo.
30958 30959 30960 30961 |
# File 'lib/v20190612/models.rb', line 30958 def initialize(tracknum=nil, channelvolume=nil) @TrackNum = tracknum @ChannelVolume = channelvolume end |
Instance Attribute Details
#ChannelVolume ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
30956 30957 30958 |
# File 'lib/v20190612/models.rb', line 30956 def ChannelVolume @ChannelVolume end |
#TrackNum ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
30956 30957 30958 |
# File 'lib/v20190612/models.rb', line 30956 def TrackNum @TrackNum end |
Instance Method Details
#deserialize(params) ⇒ Object
30963 30964 30965 30966 |
# File 'lib/v20190612/models.rb', line 30963 def deserialize(params) @TrackNum = params['TrackNum'] @ChannelVolume = params['ChannelVolume'] end |