protocol.PlayerContext
This structure contains useful information about the current context about a player.
Parameter | Optional | Max Allowed | DataType | Notes |
---|---|---|---|---|
pid | no | 1 | text | player id |
actxt | no | 1 | enumeration | type of player context, i.e. radio, audiofile, none |
Example xml:
<pctxt> <pid>1</pid> <actxt>audiofile</actxt> </pctxt>