Package com.brightcove.player.model
Class Video.Fields
- java.lang.Object
-
- com.brightcove.player.model.Video.Fields
-
- Enclosing class:
- Video
public static class Video.Fields extends java.lang.Object
Provides the list of known field names that can appear in the properties Map.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
CAPTION_SOURCES
The list of caption sources for this video.static java.lang.String
CONTENT_ID
The content id, may be emptystatic java.lang.String
CUSTOM_FIELDS
The custom fields collectionstatic java.lang.String
DESCRIPTION
The video's short descriptionstatic java.lang.String
DURATION
Deprecated.static java.lang.String
DURATION_LONG
Duration of the video in millisecondsstatic java.lang.String
ERRORS
The list ofCatalogError
s for this video.static java.lang.String
HEADERS
The HTTP headers to be used with each Source URL.static java.lang.String
ID
Primary identifier for this videostatic java.lang.String
LONG_DESCRIPTION
The video's long descriptionstatic java.lang.String
MANIFEST_TIMESTAMP
The property key for the timestamp Manifest URL TTL.static java.lang.String
MANIFEST_URL_TTL
The property key for the Manifest URL TTL.static java.lang.String
NAME
The video's display namestatic java.lang.String
ODRM_PLAYBACK_ALLOWED
The name of the property that specifies whether the video can be stored locally for offline playback.static java.lang.String
PLAYLIST_INDEX
The property key for the Playlist index of this Video.static java.lang.String
POSTER_SOURCES
The list of poster sources for this video.static java.lang.String
PREFERRED_DELIVERY_TYPE
The property key for the preferred delivery type of this Video.static java.lang.String
PREVIEW_THUMBNAIL_SOURCES
The list of preview thumbnail sources for this video.static java.lang.String
PROJECTION_FORMAT
The projection format for this video.static java.lang.String
PUBLISHER_ID
The publisher id, may be emptystatic java.lang.String
REFERENCE_ID
Identifier used by external system for this videostatic java.lang.String
SELECTED_AUDIO_LABEL
The current selected audio track languagestatic java.lang.String
SELECTED_TEXT_LABEL
The current selected text track (caption/subtitle) language localestatic java.lang.String
SELECTED_TEXT_LOCALE
The current selected text track (caption/subtitle) language localestatic java.lang.String
SHORT_DESCRIPTION
Deprecated.For short description, use justDESCRIPTION
static java.lang.String
STILL_IMAGE_URI
AURI
of the still image for this videostatic java.lang.String
STILL_IMAGE_URI_ERROR
The exception returned by LoadImageTask class when a still image was not downloadedstatic java.lang.String
TAGS
The property key for the tags of this Video.static java.lang.String
TEXT_LANGUAGES
The Map (language, label) of the captions languages for the current videostatic java.lang.String
THUMBNAIL
The string path of the thumbnail for this videostatic java.lang.String
THUMBNAIL_SOURCES
The list of thumbnail sources for this video.static java.lang.String
WIDEVINE_HEADERS
Optional HTTP headers to be used when making the Widevine license request.
-
Constructor Summary
Constructors Constructor Description Fields()
-
-
-
Field Detail
-
ID
public static final java.lang.String ID
Primary identifier for this video- See Also:
- Constant Field Values
-
REFERENCE_ID
public static final java.lang.String REFERENCE_ID
Identifier used by external system for this video- See Also:
- Constant Field Values
-
NAME
public static final java.lang.String NAME
The video's display name- See Also:
- Constant Field Values
-
SHORT_DESCRIPTION
public static final java.lang.String SHORT_DESCRIPTION
Deprecated.For short description, use justDESCRIPTION
The video's short description- See Also:
- Constant Field Values
-
DESCRIPTION
public static final java.lang.String DESCRIPTION
The video's short description- See Also:
- Constant Field Values
-
LONG_DESCRIPTION
public static final java.lang.String LONG_DESCRIPTION
The video's long description- See Also:
- Constant Field Values
-
STILL_IMAGE_URI
public static final java.lang.String STILL_IMAGE_URI
AURI
of the still image for this video- See Also:
- Constant Field Values
-
STILL_IMAGE_URI_ERROR
public static final java.lang.String STILL_IMAGE_URI_ERROR
The exception returned by LoadImageTask class when a still image was not downloaded- See Also:
- Constant Field Values
-
THUMBNAIL
public static final java.lang.String THUMBNAIL
The string path of the thumbnail for this video- See Also:
- Constant Field Values
-
DURATION
@Deprecated public static final java.lang.String DURATION
Deprecated.Duration of the video in milliseconds- See Also:
- Constant Field Values
-
DURATION_LONG
public static final java.lang.String DURATION_LONG
Duration of the video in milliseconds- See Also:
- Constant Field Values
-
CUSTOM_FIELDS
public static final java.lang.String CUSTOM_FIELDS
The custom fields collection- See Also:
- Constant Field Values
-
PUBLISHER_ID
public static final java.lang.String PUBLISHER_ID
The publisher id, may be empty- See Also:
- Constant Field Values
-
HEADERS
public static final java.lang.String HEADERS
The HTTP headers to be used with each Source URL.- See Also:
- Constant Field Values
-
WIDEVINE_HEADERS
public static final java.lang.String WIDEVINE_HEADERS
Optional HTTP headers to be used when making the Widevine license request.- See Also:
- Constant Field Values
-
CONTENT_ID
public static final java.lang.String CONTENT_ID
The content id, may be empty- See Also:
- Constant Field Values
-
CAPTION_SOURCES
public static final java.lang.String CAPTION_SOURCES
The list of caption sources for this video.- See Also:
- Constant Field Values
-
PREVIEW_THUMBNAIL_SOURCES
public static final java.lang.String PREVIEW_THUMBNAIL_SOURCES
The list of preview thumbnail sources for this video.- See Also:
- Constant Field Values
-
PROJECTION_FORMAT
public static final java.lang.String PROJECTION_FORMAT
The projection format for this video. SeeVideo.ProjectionFormat
- See Also:
- Constant Field Values
-
ODRM_PLAYBACK_ALLOWED
public static final java.lang.String ODRM_PLAYBACK_ALLOWED
The name of the property that specifies whether the video can be stored locally for offline playback. SeeVideo.isOfflinePlaybackAllowed()
- See Also:
- Constant Field Values
-
POSTER_SOURCES
public static final java.lang.String POSTER_SOURCES
The list of poster sources for this video.- See Also:
- Constant Field Values
-
THUMBNAIL_SOURCES
public static final java.lang.String THUMBNAIL_SOURCES
The list of thumbnail sources for this video.- See Also:
- Constant Field Values
-
SELECTED_TEXT_LOCALE
public static final java.lang.String SELECTED_TEXT_LOCALE
The current selected text track (caption/subtitle) language locale- See Also:
- Constant Field Values
-
SELECTED_TEXT_LABEL
public static final java.lang.String SELECTED_TEXT_LABEL
The current selected text track (caption/subtitle) language locale- See Also:
- Constant Field Values
-
TEXT_LANGUAGES
public static final java.lang.String TEXT_LANGUAGES
The Map (language, label) of the captions languages for the current video- See Also:
- Constant Field Values
-
SELECTED_AUDIO_LABEL
public static final java.lang.String SELECTED_AUDIO_LABEL
The current selected audio track language- See Also:
- Constant Field Values
-
ERRORS
public static final java.lang.String ERRORS
The list ofCatalogError
s for this video.- See Also:
- Constant Field Values
-
MANIFEST_URL_TTL
public static final java.lang.String MANIFEST_URL_TTL
The property key for the Manifest URL TTL.- See Also:
- Constant Field Values
-
MANIFEST_TIMESTAMP
public static final java.lang.String MANIFEST_TIMESTAMP
The property key for the timestamp Manifest URL TTL.- See Also:
- Constant Field Values
-
PLAYLIST_INDEX
public static final java.lang.String PLAYLIST_INDEX
The property key for the Playlist index of this Video. For single videos, this value will be 0- See Also:
- Constant Field Values
-
PREFERRED_DELIVERY_TYPE
public static final java.lang.String 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:
- Constant Field Values
-
TAGS
public static final java.lang.String TAGS
The property key for the tags of this Video.- See Also:
- Constant Field Values
-
-