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

List of all members.

Public Member Functions

 PlayerSeek (ObjectNode node)
void writeToParcel (Parcel parcel, int flags)

Public Attributes

final GlobalModel.Time seekoffset
final GlobalModel.Time time

Static Public Attributes

static final
Parcelable.Creator< PlayerSeek
CREATOR
static final String TYPE = "Player.Notifications.Player.Seek"

Protected Member Functions

 PlayerSeek (Parcel parcel)

Detailed Description

Definition at line 495 of file PlayerEvent.java.


Constructor & Destructor Documentation

Definition at line 499 of file PlayerEvent.java.

Definition at line 504 of file PlayerEvent.java.


Member Function Documentation

Reimplemented from org.xbmc.android.jsonrpc.notification.PlayerEvent.Player.

Definition at line 510 of file PlayerEvent.java.


Member Data Documentation

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

Reimplemented from org.xbmc.android.jsonrpc.notification.PlayerEvent.Player.

Definition at line 515 of file PlayerEvent.java.

Definition at line 498 of file PlayerEvent.java.

Definition at line 497 of file PlayerEvent.java.

final String org.xbmc.android.jsonrpc.notification.PlayerEvent.PlayerSeek.TYPE = "Player.Notifications.Player.Seek" [static]

Reimplemented from org.xbmc.android.jsonrpc.notification.PlayerEvent.Player.

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