public class

PrepareCommand

extends Object
java.lang.Object
   ↳ org.ocast.core.media.PrepareCommand

Class Overview

Describes the media to be casted.

Summary

Nested Classes
class PrepareCommand.Builder Builder to initialize and instanciate a PrepareCommand  
Public Methods
static ReplyStatus decode(JSONObject json)
JSONObject encode()
JSONObject getParams()
static JSONObject getReplyParams(JSONObject json)
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public static ReplyStatus decode (JSONObject json)

Throws
JSONException

public JSONObject encode ()

Throws
JSONException

public JSONObject getParams ()

Throws
JSONException

public static JSONObject getReplyParams (JSONObject json)

Throws
JSONException