com.ooyala.cast.mediainfo.VideoData Class Reference
Public Member Functions | |
VideoData (String title, String description, String url, String embedCode) | |
VideoData (String embedCode, JSONObject customData) | |
String getTitle () | |
void setTitle (String title) | |
String getDescription () | |
void setDescription (String description) | |
String getUrl () | |
void setUrl (String url) | |
String getEmbedCode () | |
void setEmbedCode (String embedCode) | |
Constructor & Destructor Documentation
com.ooyala.cast.mediainfo.VideoData.VideoData | ( | String | title, |
String | description, | ||
String | url, | ||
String | embedCode | ||
) |
com.ooyala.cast.mediainfo.VideoData.VideoData | ( | String | embedCode, |
JSONObject | customData | ||
) |
Member Function Documentation
String com.ooyala.cast.mediainfo.VideoData.getDescription | ( | ) |
String com.ooyala.cast.mediainfo.VideoData.getEmbedCode | ( | ) |
String com.ooyala.cast.mediainfo.VideoData.getTitle | ( | ) |
String com.ooyala.cast.mediainfo.VideoData.getUrl | ( | ) |
void com.ooyala.cast.mediainfo.VideoData.setDescription | ( | String | description | ) |
void com.ooyala.cast.mediainfo.VideoData.setEmbedCode | ( | String | embedCode | ) |
void com.ooyala.cast.mediainfo.VideoData.setTitle | ( | String | title | ) |
void com.ooyala.cast.mediainfo.VideoData.setUrl | ( | String | url | ) |