TYBA






protocol.ServicePlayerStatusEvent

ServicePlayerStatusEvent

This structure contains information about the state of a service player (e.g. Airplay).

ParameterOptionalMax AllowedDataTypeNotes
pidno1textplayer id
deviceno1integerairplay device name
titleno1textmedia title
progyes1integerprogress in seconds
lenyes1integertotal media length in seconds
plyno1booleanwhether playing

Example xml:


  <sievnt>
      <servicePlayerStatus>
          <pid>1</pid>
          <device>Oz's iPhone</device>
          <title>Baker Street</title>
          <ctm>20</ctm>
          <dura>210</dura>
          <tnum>3</tnum>
          <alnm>Baker Street</alnm>
          <arnm>Gerry Rafferty</arnm>
          <ply>on</ply>
      </servicePlayerStatus>
  </sievnt>

 

back to index