TYBA






protocol.ClearPlayerRequest

ClearPlayerRequest

This request allows you to remove all the tracks from the supplied player queues.

ParameterOptionalMax AllowedDataTypeNotes
cidno1textclient id. used to track origin of any particular message
idnounboundedintegerplayer id. starts at 1

Example xml:


  <sireq>
      <cid>Mum</cid>
      <fn>
          <clearPlayer>
          <id>1</id>
          <id>255</id>
          </clearPlayer>
      </fn>
  </sireq>

 

back to index