Package com.brightcove.player.model
Class Video.Fields
java.lang.Object
com.brightcove.player.model.Video.Fields
- Enclosing class:
 - Video
 
Provides the list of known field names that can appear in the properties Map.
- 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe list of caption sources for this video.static final StringThe content id, may be emptystatic final StringThe custom fields collectionstatic final StringThe video's short descriptionstatic final StringDeprecated.static final StringDuration of the video in millisecondsstatic final StringThe list ofCatalogErrors for this video.static final StringThe HTTP headers to be used with each Source URL.static final StringPrimary identifier for this videostatic final StringThe video's long descriptionstatic final StringThe property key for the timestamp Manifest URL TTL.static final StringThe property key for the Manifest URL TTL.static final StringThe video's display namestatic final StringThe name of the property that specifies whether the video can be stored locally for offline playback.static final StringThe property key for the Playlist index of this Video.static final StringThe list of poster sources for this video.static final StringThe property key for the preferred delivery type of this Video.static final StringThe list of preview thumbnail sources for this video.static final StringThe projection format for this video.static final StringThe publisher id, may be emptystatic final StringIdentifier used by external system for this videostatic final StringThe current selected audio track languagestatic final StringThe current selected text track (caption/subtitle) language localestatic final StringThe current selected text track (caption/subtitle) language localestatic final StringDeprecated.static final StringAURIof the still image for this videostatic final StringThe exception returned by LoadImageTask class when a still image was not downloadedstatic final StringThe property key for the tags of this Video.static final StringThe Map (language, label) of the captions languages for the current videostatic final StringThe string path of the thumbnail for this videostatic final StringThe list of thumbnail sources for this video.static final StringOptional HTTP headers to be used when making the Widevine license request. - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Field Details
- 
ID
Primary identifier for this video- See Also:
 
 - 
REFERENCE_ID
Identifier used by external system for this video- See Also:
 
 - 
NAME
The video's display name- See Also:
 
 - 
SHORT_DESCRIPTION
Deprecated.For short description, use justDESCRIPTIONThe video's short description- See Also:
 
 - 
DESCRIPTION
The video's short description- See Also:
 
 - 
LONG_DESCRIPTION
The video's long description- See Also:
 
 - 
STILL_IMAGE_URI
AURIof the still image for this video- See Also:
 
 - 
STILL_IMAGE_URI_ERROR
The exception returned by LoadImageTask class when a still image was not downloaded- See Also:
 
 - 
THUMBNAIL
The string path of the thumbnail for this video- See Also:
 
 - 
DURATION
Deprecated.Duration of the video in milliseconds- See Also:
 
 - 
DURATION_LONG
Duration of the video in milliseconds- See Also:
 
 - 
CUSTOM_FIELDS
The custom fields collection- See Also:
 
 - 
PUBLISHER_ID
The publisher id, may be empty- See Also:
 
 - 
HEADERS
The HTTP headers to be used with each Source URL.- See Also:
 
 - 
WIDEVINE_HEADERS
Optional HTTP headers to be used when making the Widevine license request.- See Also:
 
 - 
CONTENT_ID
The content id, may be empty- See Also:
 
 - 
CAPTION_SOURCES
The list of caption sources for this video.- See Also:
 
 - 
PREVIEW_THUMBNAIL_SOURCES
The list of preview thumbnail sources for this video.- See Also:
 
 - 
PROJECTION_FORMAT
The projection format for this video. SeeVideo.ProjectionFormat- See Also:
 
 - 
ODRM_PLAYBACK_ALLOWED
The name of the property that specifies whether the video can be stored locally for offline playback. SeeVideo.isOfflinePlaybackAllowed()- See Also:
 
 - 
POSTER_SOURCES
The list of poster sources for this video.- See Also:
 
 - 
THUMBNAIL_SOURCES
The list of thumbnail sources for this video.- See Also:
 
 - 
SELECTED_TEXT_LOCALE
The current selected text track (caption/subtitle) language locale- See Also:
 
 - 
SELECTED_TEXT_LABEL
The current selected text track (caption/subtitle) language locale- See Also:
 
 - 
TEXT_LANGUAGES
The Map (language, label) of the captions languages for the current video- See Also:
 
 - 
SELECTED_AUDIO_LABEL
The current selected audio track language- See Also:
 
 - 
ERRORS
The list ofCatalogErrors for this video.- See Also:
 
 - 
MANIFEST_URL_TTL
The property key for the Manifest URL TTL.- See Also:
 
 - 
MANIFEST_TIMESTAMP
The property key for the timestamp Manifest URL TTL.- See Also:
 
 - 
PLAYLIST_INDEX
The property key for the Playlist index of this Video. For single videos, this value will be 0- See Also:
 
 - 
PREFERRED_DELIVERY_TYPE
The property key for the preferred delivery type of this Video. Most helpful when the source manifests need to be refreshed, and we need to load what was previously loaded into the player. Preferred delivery type in Android is this order: DeliveryType.DASH DeliveryType.HLS DeliveryType.MP4- See Also:
 
 - 
TAGS
The property key for the tags of this Video.- See Also:
 
 
 - 
 - 
Constructor Details
- 
Fields
public Fields() 
 - 
 
DESCRIPTION