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
Modifier and TypeFieldDescriptionstatic final String
The list of caption sources for this video.static final String
The content id, may be emptystatic final String
The custom fields collectionstatic final String
The video's short descriptionstatic final String
Deprecated.static final String
Duration of the video in millisecondsstatic final String
The list ofCatalogError
s for this video.static final String
The HTTP headers to be used with each Source URL.static final String
Primary identifier for this videostatic final String
The video's long descriptionstatic final String
The property key for the timestamp Manifest URL TTL.static final String
The property key for the Manifest URL TTL.static final String
The video's display namestatic final String
The name of the property that specifies whether the video can be stored locally for offline playback.static final String
The property key for the Playlist index of this Video.static final String
The list of poster sources for this video.static final String
The property key for the preferred delivery type of this Video.static final String
The list of preview thumbnail sources for this video.static final String
The projection format for this video.static final String
The publisher id, may be emptystatic final String
Identifier used by external system for this videostatic final String
The current selected audio track languagestatic final String
The current selected text track (caption/subtitle) language localestatic final String
The current selected text track (caption/subtitle) language localestatic final String
Deprecated.static final String
AURI
of the still image for this videostatic final String
The exception returned by LoadImageTask class when a still image was not downloadedstatic final String
The property key for the tags of this Video.static final String
The Map (language, label) of the captions languages for the current videostatic final String
The string path of the thumbnail for this videostatic final String
The list of thumbnail sources for this video.static final String
Optional HTTP headers to be used when making the Widevine license request. -
Constructor Summary
-
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 justDESCRIPTION
The 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
AURI
of 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 ofCatalogError
s 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