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

List of all members.

Classes

interface  Direction

Public Member Functions

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

Static Public Attributes

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

Protected Member Functions

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

Detailed Description

If picture is zoomed move viewport left/right/up/down otherwise skip previous/next.

This class represents the API method Player.Move

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

Definition at line 444 of file Player.java.


Constructor & Destructor Documentation

Construct via parcel.

Definition at line 456 of file Player.java.

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

If picture is zoomed move viewport left/right/up/down otherwise skip previous/next.

Parameters:
playerid
directionOne of: left, right, up, down. See constants at Player.Move.Direction.

Definition at line 479 of file Player.java.


Member Function Documentation

Definition at line 491 of file Player.java.

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

Definition at line 486 of file Player.java.

Definition at line 496 of file Player.java.

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

Definition at line 448 of file Player.java.


Member Data Documentation

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

Definition at line 445 of file Player.java.

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

Generates instances of this Parcelable class from a Parcel.

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