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

List of all members.

Classes

interface  To

Public Member Functions

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

Static Public Attributes

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

Protected Member Functions

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

Detailed Description

Go to previous/next/specific item in the playlist.

This class represents the API method Player.GoTo

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

Definition at line 358 of file Player.java.


Constructor & Destructor Documentation

Construct via parcel.

Definition at line 370 of file Player.java.

org.xbmc.android.jsonrpc.api.call.Player.GoTo.GoTo ( Integer  playerid,
String  to 
) [inline]

Go to previous/next/specific item in the playlist.

Parameters:
playerid
toOne of: previous, next. See constants at Player.GoTo.To.

Definition at line 393 of file Player.java.

org.xbmc.android.jsonrpc.api.call.Player.GoTo.GoTo ( Integer  playerid,
Integer  to 
) [inline]

Go to previous/next/specific item in the playlist.

Parameters:
playerid
toposition in playlist.

Definition at line 404 of file Player.java.


Member Function Documentation

Definition at line 416 of file Player.java.

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

Definition at line 411 of file Player.java.

Definition at line 421 of file Player.java.

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

Definition at line 362 of file Player.java.


Member Data Documentation

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

Definition at line 359 of file Player.java.

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

Generates instances of this Parcelable class from a Parcel.

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