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

List of all members.

Public Member Functions

String getName ()
 Stop (Integer playerid)
void writeToParcel (Parcel parcel, int flags)

Static Public Attributes

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

Protected Member Functions

String parseOne (JsonNode node)
boolean returnsList ()
 Stop (Parcel parcel)

Detailed Description

Stops playback.

This class represents the API method Player.Stop

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

Definition at line 1962 of file Player.java.


Constructor & Destructor Documentation

Construct via parcel.

Definition at line 1974 of file Player.java.

Stops playback.

Parameters:
playerid

Definition at line 1996 of file Player.java.


Member Function Documentation

Definition at line 2007 of file Player.java.

String org.xbmc.android.jsonrpc.api.call.Player.Stop.parseOne ( JsonNode  node) [inline, protected]

Definition at line 2002 of file Player.java.

Definition at line 2012 of file Player.java.

void org.xbmc.android.jsonrpc.api.call.Player.Stop.writeToParcel ( Parcel  parcel,
int  flags 
) [inline]

Definition at line 1966 of file Player.java.


Member Data Documentation

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

Definition at line 1963 of file Player.java.

final Parcelable.Creator<Stop> org.xbmc.android.jsonrpc.api.call.Player.Stop.CREATOR [static]
Initial value:
 new Parcelable.Creator<Stop>() {
                        @Override
                        public Stop createFromParcel(Parcel parcel) {
                                return new Stop(parcel);
                        }
                        @Override
                        public Stop[] newArray(int n) {
                                return new Stop[n];
                        }
                }

Generates instances of this Parcelable class from a Parcel.

Definition at line 1981 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