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

List of all members.

Public Member Functions

String getName ()
 Scan (String directory)
void writeToParcel (Parcel parcel, int flags)

Static Public Attributes

static final String API_TYPE = "VideoLibrary.Scan"
static final
Parcelable.Creator< Scan
CREATOR

Protected Member Functions

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

Detailed Description

Scans the video sources for new library items.

This class represents the API method VideoLibrary.Scan

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

Definition at line 6045 of file VideoLibrary.java.


Constructor & Destructor Documentation

Construct via parcel.

Definition at line 6057 of file VideoLibrary.java.

Scans the video sources for new library items.

Parameters:
directory

Definition at line 6079 of file VideoLibrary.java.


Member Function Documentation

Definition at line 6090 of file VideoLibrary.java.

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

Definition at line 6085 of file VideoLibrary.java.

Definition at line 6095 of file VideoLibrary.java.

Definition at line 6049 of file VideoLibrary.java.


Member Data Documentation

final String org.xbmc.android.jsonrpc.api.call.VideoLibrary.Scan.API_TYPE = "VideoLibrary.Scan" [static]

Definition at line 6046 of file VideoLibrary.java.

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

Generates instances of this Parcelable class from a Parcel.

Definition at line 6064 of file VideoLibrary.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