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

List of all members.

Public Member Functions

String getName ()
 GetProperties (Integer playerid, String...properties)
void writeToParcel (Parcel parcel, int flags)

Static Public Attributes

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

Protected Member Functions

 GetProperties (Parcel parcel)
PlayerModel.PropertyValue parseOne (JsonNode node)
boolean returnsList ()

Detailed Description

Retrieves the values of the given properties.

This class represents the API method Player.GetProperties

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

Definition at line 294 of file Player.java.


Constructor & Destructor Documentation

Construct via parcel.

Definition at line 306 of file Player.java.

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

Retrieves the values of the given properties.

Parameters:
playerid
propertiesOne or more of: type, partymode, speed, time, percentage, totaltime, playlistid, position, repeat, shuffled, canseek, canchangespeed, canmove, canzoom, canrotate, canshuffle, canrepeat, currentaudiostream, audiostreams, subtitleenabled, currentsubtitle, subtitles, live. See constants at PlayerModel.PropertyName.

Definition at line 329 of file Player.java.


Member Function Documentation

Definition at line 341 of file Player.java.

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

Definition at line 336 of file Player.java.

Definition at line 346 of file Player.java.

Definition at line 298 of file Player.java.


Member Data Documentation

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

Definition at line 295 of file Player.java.

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

Generates instances of this Parcelable class from a Parcel.

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