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

List of all members.

Classes

class  ItemChannelId
class  ItemPartymode
class  ItemPathRandomRecursive
class  ItemPlaylistIdPosition
class  Option

Public Member Functions

String getName ()
 Open (ItemPlaylistIdPosition item, Option options)
 Open (PlaylistModel.Item item, Option options)
 Open (ItemPathRandomRecursive item, Option options)
 Open (ItemPartymode item, Option options)
 Open (ItemChannelId item, Option options)
 Open ()
 Open (ItemPlaylistIdPosition item)
 Open (PlaylistModel.Item item)
 Open (ItemPathRandomRecursive item)
 Open (ItemPartymode item)
 Open (ItemChannelId item)
void writeToParcel (Parcel parcel, int flags)

Static Public Attributes

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

Protected Member Functions

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

Detailed Description

Start playback of either the playlist with the given ID, a slideshow with the pictures from the given directory or a single file or an item from the database.

This class represents the API method Player.Open

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

Definition at line 521 of file Player.java.


Constructor & Destructor Documentation

Construct via parcel.

Definition at line 533 of file Player.java.

Start playback of either the playlist with the given ID, a slideshow with the pictures from the given directory or a single file or an item from the database.

Parameters:
item
options

Definition at line 556 of file Player.java.

org.xbmc.android.jsonrpc.api.call.Player.Open.Open ( PlaylistModel.Item  item,
Option  options 
) [inline]

Start playback of either the playlist with the given ID, a slideshow with the pictures from the given directory or a single file or an item from the database.

Parameters:
item
options

Definition at line 567 of file Player.java.

Start playback of either the playlist with the given ID, a slideshow with the pictures from the given directory or a single file or an item from the database.

Parameters:
item
options

Definition at line 578 of file Player.java.

Start playback of either the playlist with the given ID, a slideshow with the pictures from the given directory or a single file or an item from the database.

Parameters:
item
options

Definition at line 589 of file Player.java.

Start playback of either the playlist with the given ID, a slideshow with the pictures from the given directory or a single file or an item from the database.

Parameters:
item
options

Definition at line 600 of file Player.java.

Start playback of either the playlist with the given ID, a slideshow with the pictures from the given directory or a single file or an item from the database.

Definition at line 609 of file Player.java.

Start playback of either the playlist with the given ID, a slideshow with the pictures from the given directory or a single file or an item from the database.

Parameters:
item

Definition at line 617 of file Player.java.

org.xbmc.android.jsonrpc.api.call.Player.Open.Open ( PlaylistModel.Item  item) [inline]

Start playback of either the playlist with the given ID, a slideshow with the pictures from the given directory or a single file or an item from the database.

Parameters:
item

Definition at line 626 of file Player.java.

Start playback of either the playlist with the given ID, a slideshow with the pictures from the given directory or a single file or an item from the database.

Parameters:
item

Definition at line 635 of file Player.java.

Start playback of either the playlist with the given ID, a slideshow with the pictures from the given directory or a single file or an item from the database.

Parameters:
item

Definition at line 644 of file Player.java.

Start playback of either the playlist with the given ID, a slideshow with the pictures from the given directory or a single file or an item from the database.

Parameters:
item

Definition at line 653 of file Player.java.


Member Function Documentation

Definition at line 664 of file Player.java.

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

Definition at line 659 of file Player.java.

Definition at line 669 of file Player.java.

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

Definition at line 525 of file Player.java.


Member Data Documentation

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

Definition at line 522 of file Player.java.

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

Generates instances of this Parcelable class from a Parcel.

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