Class: TencentCloud::Yinsuda::V20220527::SetPlayModeCommandInput
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Yinsuda::V20220527::SetPlayModeCommandInput
- Defined in:
- lib/v20220527/models.rb
Overview
设置播放模式
Instance Attribute Summary collapse
-
#PlayMode ⇒ Object
- RepeatPlaylist:列表循环
- Order:顺序播放
- RepeatSingle:单曲循环
- Shuffle:随机播放
注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(playmode = nil) ⇒ SetPlayModeCommandInput
constructor
A new instance of SetPlayModeCommandInput.
Constructor Details
#initialize(playmode = nil) ⇒ SetPlayModeCommandInput
Returns a new instance of SetPlayModeCommandInput.
1930 1931 1932 |
# File 'lib/v20220527/models.rb', line 1930 def initialize(playmode=nil) @PlayMode = playmode end |
Instance Attribute Details
#PlayMode ⇒ Object
1928 1929 1930 |
# File 'lib/v20220527/models.rb', line 1928 def PlayMode @PlayMode end |
Instance Method Details
#deserialize(params) ⇒ Object
1934 1935 1936 |
# File 'lib/v20220527/models.rb', line 1934 def deserialize(params) @PlayMode = params['PlayMode'] end |