|
static JSONRPC_STATUS | GetActivePlayers (const std::string &method, ITransportLayer *transport, IClient *client, const CVariant ¶meterObject, CVariant &result) |
|
static JSONRPC_STATUS | GetPlayers (const std::string &method, ITransportLayer *transport, IClient *client, const CVariant ¶meterObject, CVariant &result) |
|
static JSONRPC_STATUS | GetProperties (const std::string &method, ITransportLayer *transport, IClient *client, const CVariant ¶meterObject, CVariant &result) |
|
static JSONRPC_STATUS | GetItem (const std::string &method, ITransportLayer *transport, IClient *client, const CVariant ¶meterObject, CVariant &result) |
|
static JSONRPC_STATUS | PlayPause (const std::string &method, ITransportLayer *transport, IClient *client, const CVariant ¶meterObject, CVariant &result) |
|
static JSONRPC_STATUS | Stop (const std::string &method, ITransportLayer *transport, IClient *client, const CVariant ¶meterObject, CVariant &result) |
|
static JSONRPC_STATUS | GetAudioDelay (const std::string &method, ITransportLayer *transport, IClient *client, const CVariant ¶meterObject, CVariant &result) |
|
static JSONRPC_STATUS | SetAudioDelay (const std::string &method, ITransportLayer *transport, IClient *client, const CVariant ¶meterObject, CVariant &result) |
|
static JSONRPC_STATUS | SetSpeed (const std::string &method, ITransportLayer *transport, IClient *client, const CVariant ¶meterObject, CVariant &result) |
|
static JSONRPC_STATUS | SetTempo (const std::string &method, ITransportLayer *transport, IClient *client, const CVariant ¶meterObject, CVariant &result) |
|
static JSONRPC_STATUS | Seek (const std::string &method, ITransportLayer *transport, IClient *client, const CVariant ¶meterObject, CVariant &result) |
|
static JSONRPC_STATUS | Move (const std::string &method, ITransportLayer *transport, IClient *client, const CVariant ¶meterObject, CVariant &result) |
|
static JSONRPC_STATUS | Zoom (const std::string &method, ITransportLayer *transport, IClient *client, const CVariant ¶meterObject, CVariant &result) |
|
static JSONRPC_STATUS | SetViewMode (const std::string &method, ITransportLayer *transport, IClient *client, const CVariant ¶meterObject, CVariant &result) |
|
static JSONRPC_STATUS | GetViewMode (const std::string &method, ITransportLayer *transport, IClient *client, const CVariant ¶meterObject, CVariant &result) |
|
static JSONRPC_STATUS | Rotate (const std::string &method, ITransportLayer *transport, IClient *client, const CVariant ¶meterObject, CVariant &result) |
|
static JSONRPC_STATUS | Open (const std::string &method, ITransportLayer *transport, IClient *client, const CVariant ¶meterObject, CVariant &result) |
|
static JSONRPC_STATUS | GoTo (const std::string &method, ITransportLayer *transport, IClient *client, const CVariant ¶meterObject, CVariant &result) |
|
static JSONRPC_STATUS | SetShuffle (const std::string &method, ITransportLayer *transport, IClient *client, const CVariant ¶meterObject, CVariant &result) |
|
static JSONRPC_STATUS | SetRepeat (const std::string &method, ITransportLayer *transport, IClient *client, const CVariant ¶meterObject, CVariant &result) |
|
static JSONRPC_STATUS | SetPartymode (const std::string &method, ITransportLayer *transport, IClient *client, const CVariant ¶meterObject, CVariant &result) |
|
static JSONRPC_STATUS | SetAudioStream (const std::string &method, ITransportLayer *transport, IClient *client, const CVariant ¶meterObject, CVariant &result) |
|
static JSONRPC_STATUS | AddSubtitle (const std::string &method, ITransportLayer *transport, IClient *client, const CVariant ¶meterObject, CVariant &result) |
|
static JSONRPC_STATUS | SetSubtitle (const std::string &method, ITransportLayer *transport, IClient *client, const CVariant ¶meterObject, CVariant &result) |
|
static JSONRPC_STATUS | SetVideoStream (const std::string &method, ITransportLayer *transport, IClient *client, const CVariant ¶meterObject, CVariant &result) |
|