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

List of all members.

Classes

class  SeekResult
interface  Value

Public Member Functions

String getName ()
 Seek (Integer playerid, Double value)
 Seek (Integer playerid, PlayerModel.PositionTime value)
 Seek (Integer playerid, String value)
void writeToParcel (Parcel parcel, int flags)

Static Public Attributes

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

Protected Member Functions

SeekResult parseOne (JsonNode node)
boolean returnsList ()
 Seek (Parcel parcel)

Detailed Description

Seek through the playing item.

This class represents the API method Player.Seek

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

Definition at line 1281 of file Player.java.


Constructor & Destructor Documentation

Construct via parcel.

Definition at line 1293 of file Player.java.

org.xbmc.android.jsonrpc.api.call.Player.Seek.Seek ( Integer  playerid,
Double  value 
) [inline]

Seek through the playing item.

Parameters:
playerid
valuePercentage value to seek to.

Definition at line 1316 of file Player.java.

org.xbmc.android.jsonrpc.api.call.Player.Seek.Seek ( Integer  playerid,
PlayerModel.PositionTime  value 
) [inline]

Seek through the playing item.

Parameters:
playerid
valueTime to seek to.

Definition at line 1327 of file Player.java.

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

Seek through the playing item.

Parameters:
playerid
valueSeek by predefined jumps. One of: smallforward, smallbackward, bigforward, bigbackward. See constants at Player.Seek.Value.

Definition at line 1338 of file Player.java.


Member Function Documentation

Definition at line 1350 of file Player.java.

Definition at line 1345 of file Player.java.

Definition at line 1355 of file Player.java.

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

Definition at line 1285 of file Player.java.


Member Data Documentation

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

Definition at line 1282 of file Player.java.

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

Generates instances of this Parcelable class from a Parcel.

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