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

List of all members.

Classes

interface  Subtitle

Public Member Functions

String getName ()
 SetSubtitle (Integer playerid, String subtitle, Boolean enable)
 SetSubtitle (Integer playerid, Integer subtitle, Boolean enable)
 SetSubtitle (Integer playerid, String subtitle)
 SetSubtitle (Integer playerid, Integer subtitle)
void writeToParcel (Parcel parcel, int flags)

Static Public Attributes

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

Protected Member Functions

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

Detailed Description

Set the subtitle displayed by the player.

This class represents the API method Player.SetSubtitle

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

Definition at line 1848 of file Player.java.


Constructor & Destructor Documentation

Construct via parcel.

Definition at line 1860 of file Player.java.

org.xbmc.android.jsonrpc.api.call.Player.SetSubtitle.SetSubtitle ( Integer  playerid,
String  subtitle,
Boolean  enable 
) [inline]

Set the subtitle displayed by the player.

Parameters:
playerid
subtitleOne of: previous, next, off, on. See constants at Player.SetSubtitle.Subtitle.
enableWhether to enable subtitles to be displayed after setting the new subtitle.

Definition at line 1884 of file Player.java.

org.xbmc.android.jsonrpc.api.call.Player.SetSubtitle.SetSubtitle ( Integer  playerid,
Integer  subtitle,
Boolean  enable 
) [inline]

Set the subtitle displayed by the player.

Parameters:
playerid
subtitleIndex of the subtitle to display.
enableWhether to enable subtitles to be displayed after setting the new subtitle.

Definition at line 1897 of file Player.java.

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

Set the subtitle displayed by the player.

Parameters:
playerid
subtitleOne of: previous, next, off, on. See constants at Player.SetSubtitle.Subtitle.

Definition at line 1909 of file Player.java.

org.xbmc.android.jsonrpc.api.call.Player.SetSubtitle.SetSubtitle ( Integer  playerid,
Integer  subtitle 
) [inline]

Set the subtitle displayed by the player.

Parameters:
playerid
subtitleIndex of the subtitle to display.

Definition at line 1920 of file Player.java.


Member Function Documentation

Definition at line 1932 of file Player.java.

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

Definition at line 1927 of file Player.java.

Definition at line 1937 of file Player.java.

Definition at line 1852 of file Player.java.


Member Data Documentation

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

Definition at line 1849 of file Player.java.

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

Generates instances of this Parcelable class from a Parcel.

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