Public Member Functions | Static Public Attributes | Protected Member Functions
org.xbmc.android.jsonrpc.api.call.Player.PlayPause Class Reference
Inheritance diagram for org.xbmc.android.jsonrpc.api.call.Player.PlayPause:
Inheritance graph
[legend]

List of all members.

Public Member Functions

String getName ()
 PlayPause (Integer playerid, GlobalModel.Toggle play)
 PlayPause (Integer playerid)
void writeToParcel (Parcel parcel, int flags)

Static Public Attributes

static final String API_TYPE = "Player.PlayPause"
static final
Parcelable.Creator< PlayPause
CREATOR

Protected Member Functions

PlayerModel.Speed parseOne (JsonNode node)
 PlayPause (Parcel parcel)
boolean returnsList ()

Detailed Description

Pauses or unpause playback and returns the new state.

This class represents the API method Player.PlayPause

This class was generated automatically from XBMC's JSON-RPC introspect.

Definition at line 1124 of file Player.java.


Constructor & Destructor Documentation

Construct via parcel.

Definition at line 1136 of file Player.java.

org.xbmc.android.jsonrpc.api.call.Player.PlayPause.PlayPause ( Integer  playerid,
GlobalModel.Toggle  play 
) [inline]

Pauses or unpause playback and returns the new state.

Parameters:
playerid
play

Definition at line 1159 of file Player.java.

Pauses or unpause playback and returns the new state.

Parameters:
playerid

Definition at line 1169 of file Player.java.


Member Function Documentation

Definition at line 1180 of file Player.java.

PlayerModel.Speed org.xbmc.android.jsonrpc.api.call.Player.PlayPause.parseOne ( JsonNode  node) [inline, protected]

Definition at line 1175 of file Player.java.

Definition at line 1185 of file Player.java.

Definition at line 1128 of file Player.java.


Member Data Documentation

final String org.xbmc.android.jsonrpc.api.call.Player.PlayPause.API_TYPE = "Player.PlayPause" [static]

Definition at line 1125 of file Player.java.

Initial value:
 new Parcelable.Creator<PlayPause>() {
                        @Override
                        public PlayPause createFromParcel(Parcel parcel) {
                                return new PlayPause(parcel);
                        }
                        @Override
                        public PlayPause[] newArray(int n) {
                                return new PlayPause[n];
                        }
                }

Generates instances of this Parcelable class from a Parcel.

Definition at line 1143 of file Player.java.


The documentation for this class was generated from the following file:


smarthome_media_kodi_driver
Author(s): Mickael Gaillard , Erwan Le Huitouze
autogenerated on Thu Jun 6 2019 21:03:50