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

List of all members.

Classes

interface  Speed

Public Member Functions

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

Static Public Attributes

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

Protected Member Functions

PlayerModel.Speed parseOne (JsonNode node)
boolean returnsList ()
 SetSpeed (Parcel parcel)

Detailed Description

Set the speed of the current playback.

This class represents the API method Player.SetSpeed

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

Definition at line 1762 of file Player.java.


Constructor & Destructor Documentation

Construct via parcel.

Definition at line 1774 of file Player.java.

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

Set the speed of the current playback.

Parameters:
playerid
speedOne of: -32, -16, -8, -4, -2, -1, 0, 1, 2, 4, 8, 16, 32. See constants at Player.SetSpeed.Speed.

Definition at line 1797 of file Player.java.


Member Function Documentation

Definition at line 1809 of file Player.java.

PlayerModel.Speed org.xbmc.android.jsonrpc.api.call.Player.SetSpeed.parseOne ( JsonNode  node) [inline, protected]

Definition at line 1804 of file Player.java.

Definition at line 1814 of file Player.java.

Definition at line 1766 of file Player.java.


Member Data Documentation

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

Definition at line 1763 of file Player.java.

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

Generates instances of this Parcelable class from a Parcel.

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