rswiki-book/317-Song-Queue.mediawiki

35 lines
823 B
Plaintext
Raw Normal View History

2014-06-23 19:14:59 -04:00
[[Category Packet]]
[[Category Packet 317]]
2014-06-23 19:39:18 -04:00
{| style="float:right; margin:1em; width:250px;" cellpadding="3" cellspacing="0" border="1"
|-
| colspan="2" style="background-color:#3c5;" | '''Song Queue'''<br/>Queue's a song to be played next.
|-
! '''Opcode'''
| 121
|-
! '''Type'''
| FIXED
|-
! '''Length'''
| 4
|-
|}
2014-06-23 19:14:59 -04:00
== 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]]