Updated 317 Song Queue (mediawiki)

This commit is contained in:
Pure_ 2015-07-05 21:49:11 +01:00
parent 25f55cf30f
commit 6c47900c6a
1 changed files with 3 additions and 3 deletions

View File

@ -18,17 +18,17 @@
=== Description === === Description ===
This packet queue's a song to be played next. This packet queue's a song to be played next. The client then proceeds to request the queued song using the ondemand protocol.
=== Packet Structure === === Packet Structure ===
{|border=2 {|border=2
! Data Type ! Data Type
! Description ! Description
|- |-
| Unsigned [[Data Types#Little Endian|Little Endian]] [[Data Types#Standard data types|Short]] [[Data Types#Non Standard Data Types|Special A]] | [[Data Types#Little Endian|Little Endian]] [[Data Types#Standard data types|Short]] [[Data Types#Non Standard Data Types|Special A]]
| The id of the next song. | The id of the next song.
|- |-
| Unsigned [[Data Types#Standard data types|Short]] [[Data Types#Non Standard Data Types|Special A]] | [[Data Types#Standard data types|Short]] [[Data Types#Non Standard Data Types|Special A]]
| The id of the previous song. | The id of the previous song.
|- |-
|} |}