public static class StreamingProfile.Stream
extends java.lang.Object
You do not care about the internal details of the Stream, just fetching from your server-side. You should know that it may be changed in later time.
| Constructor and Description | 
|---|
Stream(JSONObject streamJsonObj)
Construct the Stream Object. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getHubName() | 
java.lang.String | 
getPublishKey() | 
java.lang.String | 
getPublishRtmpHost() | 
java.lang.String | 
getPublishSecurity() | 
java.lang.String | 
getStreamId() | 
java.lang.String | 
getTitle() | 
public Stream(JSONObject streamJsonObj)
streamJsonObj - the JSONObject from the your server-sidepublic java.lang.String getStreamId()
public java.lang.String getHubName()
public java.lang.String getTitle()
public java.lang.String getPublishKey()
public java.lang.String getPublishSecurity()
public java.lang.String getPublishRtmpHost()