rswiki-book/317-Song-Queue.mediawiki

21 lines
550 B
Plaintext
Raw Normal View History

2014-06-23 19:14:59 -04:00
[[Category Packet]]
[[Category Packet 317]]
== Song Queue ==
=== Description ===
This packet queue's a song to be played next.
=== Packet Structure ===
{|border=2
! Data Type
! Description
|-
2014-06-23 19:34:29 -04:00
| Unsigned [[Data Types#Little Endian|Little Endian]] [[Data Types#Standard data types|Short]] [[Data Types#Non Standard Data Types|Special A]]
2014-06-23 19:14:59 -04:00
| The id of the next song.
|-
2014-06-23 19:34:29 -04:00
| Unsigned [[Data Types#Standard data types|Short]] [[Data Types#Non Standard Data Types|Special A]]
2014-06-23 19:14:59 -04:00
| The id of the previous song.
|-
|}
[[Category Packet]] [[Category Packet 317]]