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

List of all members.

Public Member Functions

 GetMusicVideoDetails (Integer musicvideoid, String...properties)
String getName ()
void writeToParcel (Parcel parcel, int flags)

Static Public Attributes

static final String API_TYPE = "VideoLibrary.GetMusicVideoDetails"
static final
Parcelable.Creator
< GetMusicVideoDetails
CREATOR
static final String RESULT = "musicvideodetails"

Protected Member Functions

 GetMusicVideoDetails (Parcel parcel)
VideoModel.MusicVideoDetail parseOne (JsonNode node)
boolean returnsList ()

Detailed Description

Retrieve details about a specific music video.

This class represents the API method VideoLibrary.GetMusicVideoDetails

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

Definition at line 3640 of file VideoLibrary.java.


Constructor & Destructor Documentation

Construct via parcel.

Definition at line 3652 of file VideoLibrary.java.

org.xbmc.android.jsonrpc.api.call.VideoLibrary.GetMusicVideoDetails.GetMusicVideoDetails ( Integer  musicvideoid,
String...  properties 
) [inline]

Retrieve details about a specific music video.

Parameters:
musicvideoid
propertiesOne or more of: title, playcount, runtime, director, studio, year, plot, album, artist, genre, track, streamdetails, lastplayed, fanart, thumbnail, file, resume, dateadded, tag, art. See constants at VideoModel.MusicVideoFields.

Definition at line 3676 of file VideoLibrary.java.


Member Function Documentation

Definition at line 3688 of file VideoLibrary.java.

VideoModel.MusicVideoDetail org.xbmc.android.jsonrpc.api.call.VideoLibrary.GetMusicVideoDetails.parseOne ( JsonNode  node) [inline, protected]

Definition at line 3683 of file VideoLibrary.java.

Definition at line 3693 of file VideoLibrary.java.

Definition at line 3644 of file VideoLibrary.java.


Member Data Documentation

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

Definition at line 3641 of file VideoLibrary.java.

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

Generates instances of this Parcelable class from a Parcel.

Definition at line 3659 of file VideoLibrary.java.

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