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

List of all members.

Public Member Functions

int describeContents ()
 SeekResult (Double percentage, GlobalModel.Time time, GlobalModel.Time totaltime)
 SeekResult (JsonNode node)
JsonNode toJsonNode ()
void writeToParcel (Parcel parcel, int flags)

Public Attributes

final Double percentage
final GlobalModel.Time time
final GlobalModel.Time totaltime

Static Public Attributes

static final
Parcelable.Creator< SeekResult
CREATOR
static final String PERCENTAGE = "percentage"
static final String TIME = "time"
static final String TOTALTIME = "totaltime"

Protected Member Functions

 SeekResult (Parcel parcel)

Static Package Functions

static List< SeekResultgetPlayerSeekResultList (JsonNode node, String key)

Detailed Description

Note: This class is used as result only.
This class was generated automatically from XBMC's JSON-RPC introspect.

Definition at line 1363 of file Player.java.


Constructor & Destructor Documentation

org.xbmc.android.jsonrpc.api.call.Player.Seek.SeekResult.SeekResult ( Double  percentage,
GlobalModel.Time  time,
GlobalModel.Time  totaltime 
) [inline]
Parameters:
percentage
time
totaltime

Definition at line 1380 of file Player.java.

Construct from JSON object.

Parameters:
nodeJSON object representing a SeekResult object

Definition at line 1390 of file Player.java.

Construct via parcel.

Definition at line 1437 of file Player.java.


Member Function Documentation

Implements android.os.Parcelable.

Definition at line 1458 of file Player.java.

static List<SeekResult> org.xbmc.android.jsonrpc.api.call.Player.Seek.SeekResult.getPlayerSeekResultList ( JsonNode  node,
String  key 
) [inline, static, package]

Extracts a list of SeekResult objects from a JSON array.

Parameters:
nodeObjectNode containing the list of objects.
keyKey pointing to the node where the list is stored.

Definition at line 1410 of file Player.java.

Returns a JSON-serialized version of this object.

Returns:
Deserialized Json Node

Implements org.xbmc.android.jsonrpc.api.JsonSerializable.

Definition at line 1397 of file Player.java.

Flatten this object into a Parcel.

Parameters:
parcelthe Parcel in which the object should be written.
flagsadditional flags about how the object should be written.

Implements android.os.Parcelable.

Definition at line 1428 of file Player.java.


Member Data Documentation

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

Generates instances of this Parcelable class from a Parcel.

Definition at line 1446 of file Player.java.

Definition at line 1366 of file Player.java.

Definition at line 1371 of file Player.java.

Definition at line 1367 of file Player.java.

Definition at line 1372 of file Player.java.

Definition at line 1368 of file Player.java.

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