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

List of all members.

Classes

interface  ZoomValue

Public Member Functions

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

Static Public Attributes

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

Protected Member Functions

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

Detailed Description

Zoom current picture.

This class represents the API method Player.Zoom

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

Definition at line 2024 of file Player.java.


Constructor & Destructor Documentation

Construct via parcel.

Definition at line 2036 of file Player.java.

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

Zoom current picture.

Parameters:
playerid
zoomOne of: in, out. See constants at Player.Zoom.ZoomValue.

Definition at line 2059 of file Player.java.

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

Zoom current picture.

Parameters:
playerid
zoomzoom level.

Definition at line 2070 of file Player.java.


Member Function Documentation

Definition at line 2082 of file Player.java.

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

Definition at line 2077 of file Player.java.

Definition at line 2087 of file Player.java.

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

Definition at line 2028 of file Player.java.


Member Data Documentation

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

Definition at line 2025 of file Player.java.

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

Generates instances of this Parcelable class from a Parcel.

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