Public Member Functions | Public Attributes | Static Public Attributes | Protected Member Functions
org.xbmc.android.jsonrpc.notification.PlayerEvent.Play Class Reference
Inheritance diagram for org.xbmc.android.jsonrpc.notification.PlayerEvent.Play:
Inheritance graph
[legend]

List of all members.

Public Member Functions

int describeContents ()
int getId ()
 Play (ObjectNode node)
String toString ()
void writeToParcel (Parcel parcel, int flags)

Public Attributes

final Data data

Static Public Attributes

static final
Parcelable.Creator< Play
CREATOR
static final int ID = 0x01
static final String METHOD = "Player.OnPlay"

Protected Member Functions

 Play (Parcel parcel)

Detailed Description

Playback of a media item has been started or the playback speed has changed. If there is no ID available extra information will be provided.

Definition at line 45 of file PlayerEvent.java.


Constructor & Destructor Documentation

Definition at line 49 of file PlayerEvent.java.

Definition at line 53 of file PlayerEvent.java.


Member Function Documentation

Implements android.os.Parcelable.

Definition at line 58 of file PlayerEvent.java.

Definition at line 67 of file PlayerEvent.java.

Reimplemented from org.xbmc.android.jsonrpc.notification.AbstractEvent.

Definition at line 62 of file PlayerEvent.java.


Member Data Documentation

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

Definition at line 70 of file PlayerEvent.java.

Definition at line 48 of file PlayerEvent.java.

Definition at line 46 of file PlayerEvent.java.

final String org.xbmc.android.jsonrpc.notification.PlayerEvent.Play.METHOD = "Player.OnPlay" [static]

Definition at line 47 of file PlayerEvent.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:51