Fields

open class Fields

Provides the list of known field names that can appear in the properties Map.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
val CAPTION_SOURCES: String = "captionSources"
The list of caption sources for this video.
Link copied to clipboard
val CONTENT_ID: String = "contentId"
The content id, may be empty
Link copied to clipboard
val CUSTOM_FIELDS: String = "customFields"
The custom fields collection
Link copied to clipboard
val DESCRIPTION: String = "description"
The video's short description
Link copied to clipboard
val DURATION: String = "duration"
Duration of the video in milliseconds
Link copied to clipboard
val DURATION_LONG: String = "durationLong"
Duration of the video in milliseconds
Link copied to clipboard
val ERRORS: String = "errors"
The list of com.brightcove.player.edge.CatalogErrors for this video.
Link copied to clipboard
val HEADERS: String = "headers"
The HTTP headers to be used with each Source URL.
Link copied to clipboard
val ID: String = "id"
Primary identifier for this video
Link copied to clipboard
val LONG_DESCRIPTION: String = "long_description"
The video's long description
Link copied to clipboard
val MANIFEST_TIMESTAMP: String = "manifestTimestamp"
The property key for the timestamp Manifest URL TTL.
Link copied to clipboard
val MANIFEST_URL_TTL: String = "manifestUrlTtl"
The property key for the Manifest URL TTL.
Link copied to clipboard
val NAME: String = "name"
The video's display name
Link copied to clipboard
val ODRM_PLAYBACK_ALLOWED: String = "odrmPlaybackAllowed"
The name of the property that specifies whether the video can be stored locally for offline playback.
Link copied to clipboard
val PLAYLIST_INDEX: String = "playlistIndex"
The property key for the Playlist index of this Video.
Link copied to clipboard
val POSTER_SOURCES: String = "posterSources"
The list of poster sources for this video.
Link copied to clipboard
val PREFERRED_DELIVERY_TYPE: String = "preferredDeliveryType"
The property key for the preferred delivery type of this Video.
Link copied to clipboard
val PREVIEW_THUMBNAIL_SOURCES: String = "previewThumbnailSources"
The list of preview thumbnail sources for this video.
Link copied to clipboard
val PROJECTION_FORMAT: String = "projectionFormat"
The projection format for this video.
Link copied to clipboard
val PUBLISHER_ID: String = "pubId"
The publisher id, may be empty
Link copied to clipboard
val REFERENCE_ID: String = "reference_id"
Identifier used by external system for this video
Link copied to clipboard
val SELECTED_AUDIO_LABEL: String = "selectedAudioTrack"
The current selected audio track language
Link copied to clipboard
val SELECTED_TEXT_LABEL: String = "selectedTextTrackLabel"
The current selected text track (caption/subtitle) language locale
Link copied to clipboard
val SELECTED_TEXT_LOCALE: String = "selectedTextTrackLocale"
The current selected text track (caption/subtitle) language locale
Link copied to clipboard
val SHORT_DESCRIPTION: String = "shortDescription"
The video's short description
Link copied to clipboard
val STILL_IMAGE_URI: String = "stillImageUri"
A URI of the still image for this video
Link copied to clipboard
val STILL_IMAGE_URI_ERROR: String = "stillImageUriError"
The exception returned by LoadImageTask class when a still image was not downloaded
Link copied to clipboard
val TAGS: String = "tags"
The property key for the tags of this Video.
Link copied to clipboard
val TEXT_LANGUAGES: String = "textLanguages"
The Map (language, label) of the captions languages for the current video
Link copied to clipboard
val THUMBNAIL: String = "thumbnail"
The string path of the thumbnail for this video
Link copied to clipboard
val THUMBNAIL_SOURCES: String = "thumbnailSources"
The list of thumbnail sources for this video.
Link copied to clipboard
val WIDEVINE_HEADERS: String = "widevineHeaders"
Optional HTTP headers to be used when making the Widevine license request.