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

List of all members.

Public Member Functions

String getName ()
 SetMusicVideoDetails (Integer musicvideoid, String title, Integer playcount, Integer runtime, String[] director, String[] studio, Integer year, String plot, String album, String[] artist, String[] genre, Integer track, String lastplayed, String thumbnail, String fanart, String[] tag, MediaModel.Artwork art, VideoModel.Resume resume)
void writeToParcel (Parcel parcel, int flags)

Static Public Attributes

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

Protected Member Functions

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

Detailed Description

Update the given music video with the given details.

This class represents the API method VideoLibrary.SetMusicVideoDetails

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

Definition at line 6323 of file VideoLibrary.java.


Constructor & Destructor Documentation

Construct via parcel.

Definition at line 6335 of file VideoLibrary.java.

org.xbmc.android.jsonrpc.api.call.VideoLibrary.SetMusicVideoDetails.SetMusicVideoDetails ( Integer  musicvideoid,
String  title,
Integer  playcount,
Integer  runtime,
String[]  director,
String[]  studio,
Integer  year,
String  plot,
String  album,
String[]  artist,
String[]  genre,
Integer  track,
String  lastplayed,
String  thumbnail,
String  fanart,
String[]  tag,
MediaModel.Artwork  art,
VideoModel.Resume  resume 
) [inline]

Update the given music video with the given details.

Parameters:
musicvideoid
title
playcount
runtimeRuntime in seconds.
director
studio
year
plot
album
artist
genre
track
lastplayed
thumbnail
fanart
tag
art
resume

Definition at line 6374 of file VideoLibrary.java.


Member Function Documentation

Definition at line 6402 of file VideoLibrary.java.

Definition at line 6397 of file VideoLibrary.java.

Definition at line 6407 of file VideoLibrary.java.

Definition at line 6327 of file VideoLibrary.java.


Member Data Documentation

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

Definition at line 6324 of file VideoLibrary.java.

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

Generates instances of this Parcelable class from a Parcel.

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