1
0
mirror of https://github.com/ZetaKebab/MpcNET.git synced 2025-07-18 13:37:36 +00:00

Fixed pause command

This commit is contained in:
Kim Hugener-Ohlsen
2018-10-27 14:47:40 +02:00
parent 393df7ca9a
commit 19f0f92747
6 changed files with 68 additions and 31 deletions

View File

@ -253,6 +253,40 @@
The deserialized response.
</returns>
</member>
<member name="T:MpcNET.Commands.Playback.PauseResumeCommand">
<summary>
Command to pause or resume.
https://www.musicpd.org/doc/protocol/playback_commands.html.
</summary>
</member>
<member name="M:MpcNET.Commands.Playback.PauseResumeCommand.#ctor(System.Boolean)">
<summary>
Initializes a new instance of the <see cref="T:MpcNET.Commands.Playback.PauseResumeCommand" /> class.
</summary>
<param name="pause">if set to <c>true</c> [pause].</param>
</member>
<member name="M:MpcNET.Commands.Playback.PauseResumeCommand.#ctor">
<summary>
Initializes a new instance of the <see cref="T:MpcNET.Commands.Playback.PauseResumeCommand"/> class.
</summary>
</member>
<member name="M:MpcNET.Commands.Playback.PauseResumeCommand.Serialize">
<summary>
Serializes the command.
</summary>
<returns>
The serialize command.
</returns>
</member>
<member name="M:MpcNET.Commands.Playback.PauseResumeCommand.Deserialize(System.Collections.Generic.IReadOnlyList{System.Collections.Generic.KeyValuePair{System.String,System.String}})">
<summary>
Deserializes the specified response text pairs.
</summary>
<param name="response">The response.</param>
<returns>
The deserialized response.
</returns>
</member>
<member name="T:MpcNET.Commands.Playback.PlayCommand">
<summary>
Command to start playback.
@ -311,29 +345,6 @@
The deserialized response.
</returns>
</member>
<member name="T:MpcNET.Commands.Playback.PlayPauseCommand">
<summary>
Command to play or pause.
https://www.musicpd.org/doc/protocol/playback_commands.html.
</summary>
</member>
<member name="M:MpcNET.Commands.Playback.PlayPauseCommand.Serialize">
<summary>
Serializes the command.
</summary>
<returns>
The serialize command.
</returns>
</member>
<member name="M:MpcNET.Commands.Playback.PlayPauseCommand.Deserialize(System.Collections.Generic.IReadOnlyList{System.Collections.Generic.KeyValuePair{System.String,System.String}})">
<summary>
Deserializes the specified response text pairs.
</summary>
<param name="response">The response.</param>
<returns>
The deserialized response.
</returns>
</member>
<member name="T:MpcNET.Commands.Playback.PreviousCommand">
<summary>
Command to goto previous song.