rswiki-book/317-Song-Queue.mediawiki

35 lines
886 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 ===
2015-07-05 16:49:11 -04:00
This packet queue's a song to be played next. The client then proceeds to request the queued song using the ondemand protocol.
2014-06-23 19:14:59 -04:00
=== Packet Structure ===
{|border=2
! Data Type
! Description
|-
2015-07-05 16:49:11 -04:00
| [[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.
|-
2015-07-05 16:49:11 -04:00
| [[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]]