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

List of all members.

Classes

interface  Value

Public Member Functions

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

Static Public Attributes

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

Protected Member Functions

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

Detailed Description

Rotates current picture.

This class represents the API method Player.Rotate

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

Definition at line 1197 of file Player.java.


Constructor & Destructor Documentation

Construct via parcel.

Definition at line 1209 of file Player.java.

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

Rotates current picture.

Parameters:
playerid
valueOne of: clockwise, counterclockwise. See constants at Player.Rotate.Value.

Definition at line 1232 of file Player.java.

Rotates current picture.

Parameters:
playerid

Definition at line 1242 of file Player.java.


Member Function Documentation

Definition at line 1253 of file Player.java.

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

Definition at line 1248 of file Player.java.

Definition at line 1258 of file Player.java.

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

Definition at line 1201 of file Player.java.


Member Data Documentation

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

Definition at line 1198 of file Player.java.

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

Generates instances of this Parcelable class from a Parcel.

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