mirror of
https://github.com/moparisthebest/rswiki-book
synced 2024-11-23 17:42:16 -05:00
Updated 317 Song Queue (mediawiki)
This commit is contained in:
parent
25f55cf30f
commit
6c47900c6a
@ -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.
|
||||||
|-
|
|-
|
||||||
|}
|
|}
|
||||||
|
Loading…
Reference in New Issue
Block a user