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

List of all members.

Public Member Functions

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

Static Public Attributes

static final String API_TYPE = "Player.GetItem"
static final
Parcelable.Creator< GetItem
CREATOR
static final String RESULT = "item"

Protected Member Functions

 GetItem (Parcel parcel)
ListModel.AllItems parseOne (JsonNode node)
boolean returnsList ()

Detailed Description

Retrieves the currently played item.

This class represents the API method Player.GetItem

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

Definition at line 229 of file Player.java.


Constructor & Destructor Documentation

Construct via parcel.

Definition at line 241 of file Player.java.

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

Retrieves the currently played item.

Parameters:
playerid
propertiesOne or more of: title, artist, albumartist, genre, year, rating, album, track, duration, comment, lyrics, musicbrainztrackid, musicbrainzartistid, musicbrainzalbumid, musicbrainzalbumartistid, playcount, fanart, director, trailer, tagline, plot, plotoutline, originaltitle, lastplayed, writer, studio, mpaa, cast, country, imdbnumber, premiered, productioncode, runtime, set, showlink, streamdetails, top250, votes, firstaired, season, episode, showtitle, thumbnail, file, resume, artistid, albumid, tvshowid, setid, watchedepisodes, disc, tag, art, genreid, displayartist, albumartistid, description, theme, mood, style, albumlabel, sorttitle, episodeguide, uniqueid, dateadded, channel, channeltype, hidden, locked, channelnumber, starttime, endtime. See constants at ListModel.AllFields.

Definition at line 265 of file Player.java.


Member Function Documentation

Definition at line 277 of file Player.java.

ListModel.AllItems org.xbmc.android.jsonrpc.api.call.Player.GetItem.parseOne ( JsonNode  node) [inline, protected]

Definition at line 272 of file Player.java.

Definition at line 282 of file Player.java.

Definition at line 233 of file Player.java.


Member Data Documentation

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

Definition at line 230 of file Player.java.

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

Generates instances of this Parcelable class from a Parcel.

Definition at line 248 of file Player.java.

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