TYBA






protocol.SetPlayerTimeRequest

SetPlayerTimeRequest

This request allows you set the current playing position of the specified players.

ParameterOptionalMax AllowedDataTypeNotes
cidno1textclient id. used to track origin of any particular message
idnounboundedintegerplayer id
ctmno1integertime in seconds

Example xml:


  <sireq>
      <cid>Mum</cid>
      <fn>
          <setPlayerTime>
              <id>1</id>
              <id>2</id>
              <ctm>37</ctm>
          </setPlayerTime>
      </fn>
  </sireq>

 

back to index