|
| StandaloneVideo (Set< Stream > streams) |
|
ReturnState | update (JSONObject data) |
| Update the AuthorizableItem using the specified data. More...
|
|
List< OoyalaManagedAdSpot > | getAds () |
|
void | insertAd (OoyalaManagedAdSpot ad) |
| Insert an AdSpot to play during this video. More...
|
|
void | filterAds (IMatchObjectPredicate< OoyalaManagedAdSpot > keeper) |
|
Channel | getParent () |
|
int | getDuration () |
|
Video | firstVideo () |
|
Video | nextVideo () |
|
Video | previousVideo () |
|
boolean | hasAds () |
| Returns whether this movie has ads. More...
|
|
boolean | isLive () |
|
ClosedCaptions | getClosedCaptions () |
|
VTTClosedCaptions | getVTTClosedCaptions () |
|
void | setClosedCaptions (ClosedCaptions closedCaptions) |
|
boolean | hasClosedCaptions () |
|
Video | videoFromEmbedCode (String embedCode, Video currentItem) |
|
Set< Stream > | getStreams () |
|
Stream | getStream () |
|
boolean | needsFetchInfo () |
|
boolean | hasTokenExpired () |
|
File | getFolder () |
|
Cache | getCache () |
|
boolean | isHAEnabled () |
|
void | setAsset (JSONObject asset) |
| Provides possibility to change settings of video. More...
|
|
boolean | isSsaiEnabled () |
| Check if SSAI is enabled for this VOD or live video. More...
|
|
void | setManifestCCs (Map< String, ManifestClosedCaption > manifestCCs) |
| Set the available in manifest closed captions languages. More...
|
|
Set< String > | getManifestCCLanguages () |
| Get the available in manifest closed captions languages. More...
|
|
Set< String > | getManifestCCLanguagesCodes () |
| Get the available in manifest closed captions languages codes. More...
|
|
String | getLanguageCodeFor (String language) |
| Get the language code for a user friendly language. More...
|
|
Set< String > | languageCodesToDisplay () |
| If there is more than one language code in manifest, use the manifest languages If there is only one language code in manifest and is Unknown, check for content tree If the previous conditions were not met and there are CC in content tree, use content tree. More...
|
|
Set< String > | languageNamesToDisplay () |
| If there is more than one language name in manifest, use the manifest languages If there is only one language name in manifest and is Unknown, check for content tree If the previous conditions were not met and there are CC in content tree, use content tree. More...
|
|
String | getEmbedCode () |
| Get the embedCode for this content item. More...
|
|
String | getExternalId () |
| Get the externalId for this content item. More...
|
|
String | getTitle () |
| Get the title for this content item. More...
|
|
String | getDescription () |
| Get the description for this content item. More...
|
|
boolean | hasVRContent () |
| Does this content item have VR content. More...
|
|
String | getAssetPCode () |
| Get the Asset PCode for this content item. More...
|
|
JSONObject | getMetadataJSON () |
| Get the inner metadata JSONObject for this content item. More...
|
|
JSONArray | getMetadataAllAds () |
| Get the all_ads JSONArray in the metadata for this content item. More...
|
|
FCCTVRating | getTVRating () |
|
List< String > | embedCodesToAuthorize () |
| For internal use only. More...
|
|
String | getPromoImageURL (int width, int height) |
| Returns a promo image URL for this content item that will be at least the specified dimensions. More...
|
|
String | getHostedAtUrl () |
| Returns a URL that video is hosted at for this content item. More...
|
|
String | getDefaultAudioTrackLanguage () |
|
boolean | isAuthorized () |
| Whether or not this AuthorizableItem is authorized. More...
|
|
int | getAuthCode () |
| The Auth Code from the authorization request. More...
|
|
String | getKey () |
|
boolean | isHeartbeatRequired () |
|
Map< String, String > | getMetadata () |
|
Map< String, ModuleData > | getModuleData () |
|
boolean | isOfflineVideo () |
|
void | setOfflineVideo (boolean isOfflineVideo) |
|
SsaiMetadata | getSsaiMetadata () |
| Get SSAI metadata associated with the Content Item. More...
|
|
Created by zchen on 1/27/16.