TYBA






protocol.PlayerContextChangedEvent

PlayerContextChangedEvent

This event message contains information relating to a context change on a player. A player can have different contexts based upon the type of content requested to play. For example radio mode if radio playback requests are made or audiofile mode etc. You will only receive these events if you have previously registered for event feedback.

ParameterOptionalMax AllowedDataTypeNotes
pidno1integerplayer id taht change happened on
cidno1textclient id, that caused the context change
fromno1enumerationprevious context before change
tono1enumerationcurrent context after change

Example xml:


  <sievnt>
      <playerContextChanged>
          <pid>432546325432</pid>
          <cid>10.5.0.23:2042</cid>
          <from>audiofile</from>
          <to>radio</to>
      </playerContextChanged>
  </sievnt>

 

back to index