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

List of all members.

Public Member Functions

String getName ()
 ShowCodec ()
void writeToParcel (Parcel parcel, int flags)

Static Public Attributes

static final String API_TYPE = "Input.ShowCodec"
static final
Parcelable.Creator< ShowCodec
CREATOR

Protected Member Functions

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

Detailed Description

Show codec information of the playing item.

This class represents the API method Input.ShowCodec

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

Definition at line 652 of file Input.java.


Constructor & Destructor Documentation

Construct via parcel.

Definition at line 664 of file Input.java.

Show codec information of the playing item.

Definition at line 685 of file Input.java.


Member Function Documentation

Definition at line 695 of file Input.java.

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

Definition at line 690 of file Input.java.

Definition at line 700 of file Input.java.

Definition at line 656 of file Input.java.


Member Data Documentation

final String org.xbmc.android.jsonrpc.api.call.Input.ShowCodec.API_TYPE = "Input.ShowCodec" [static]

Definition at line 653 of file Input.java.

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

Generates instances of this Parcelable class from a Parcel.

Definition at line 671 of file Input.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