A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
Y
Z
V
- v(String,String,Array) - function in com.brightcove.player.logging.Log
- Logs a verbose message.
- v(String,String,Throwable,Array) - function in com.brightcove.player.logging.Log
- Logs a verbose message.
- validate() - function in com.brightcove.player.captioning.BrightcoveCaptionFormat
- Validation method for quick error checking against input data.
- validateCaptionSourcesField(Object) - function in com.brightcove.player.controller.BrightcoveClosedCaptioningController
- Helper method to validate the types of the CAPTION_SOURCES video field,which should always be a List
- valueOf(String) - function in com.brightcove.player.ads.AdAsset.AdType
- valueOf(String) - function in com.brightcove.player.playback.PlaybackNotification.StreamType
- valueOf(String) - function in com.brightcove.player.model.CaptionType
- valueOf(String) - function in com.brightcove.player.model.Region.DisplayAlign
- valueOf(String) - function in com.brightcove.player.model.Video.Status
- valueOf(String) - function in com.brightcove.player.model.Video.ProjectionFormat
- valueOf(String) - function in com.brightcove.player.model.PlaybackLocation
- valueOf(String) - function in com.brightcove.player.model.BrightcoveError.ErrorCode
- valueOf(String) - function in com.brightcove.player.model.CuePoint.PositionType
- valueOf(String) - function in com.brightcove.player.model.CuePoint.CuePointType
- valueOf(String) - function in com.brightcove.player.model.DeliveryType
- valueOf(String) - function in com.brightcove.player.model.StyledElement.FontStyle
- valueOf(String) - function in com.brightcove.player.model.StyledElement.FontWeight
- valueOf(String) - function in com.brightcove.player.model.StyledElement.TextAlign
- valueOf(String) - function in com.brightcove.player.model.StyledElement.TextDecoration
- valueOf(String) - function in com.brightcove.player.model.StyledElement.Unit
- valueOf(String) - function in com.brightcove.player.view.BrightcoveClosedCaptioningView.ClosedCaptioningMode
- valueOf(String) - function in com.brightcove.player.analytics.Analytics.MediaType
- valueOf(String) - function in com.brightcove.player.analytics.Analytics.DeliveryType
- valueOf(String) - function in com.brightcove.player.analytics.insights.AdInsight.AdPodType
- valueOf(String) - function in com.brightcove.player.analytics.insights.AdInsight.AdsPodRequestMode
- values() - function in com.brightcove.player.ads.AdAsset.AdType
- values() - function in com.brightcove.player.playback.PlaybackNotification.StreamType
- values() - function in com.brightcove.player.model.CaptionType
- values() - function in com.brightcove.player.model.Region.DisplayAlign
- values() - function in com.brightcove.player.model.Video.Status
- values() - function in com.brightcove.player.model.Video.ProjectionFormat
- values() - function in com.brightcove.player.model.PlaybackLocation
- values() - function in com.brightcove.player.model.BrightcoveError.ErrorCode
- values() - function in com.brightcove.player.model.CuePoint.PositionType
- values() - function in com.brightcove.player.model.CuePoint.CuePointType
- values() - function in com.brightcove.player.model.DeliveryType
- values() - function in com.brightcove.player.model.StyledElement.FontStyle
- values() - function in com.brightcove.player.model.StyledElement.FontWeight
- values() - function in com.brightcove.player.model.StyledElement.TextAlign
- values() - function in com.brightcove.player.model.StyledElement.TextDecoration
- values() - function in com.brightcove.player.model.StyledElement.Unit
- values() - function in com.brightcove.player.view.BrightcoveClosedCaptioningView.ClosedCaptioningMode
- values() - function in com.brightcove.player.analytics.Analytics.MediaType
- values() - function in com.brightcove.player.analytics.Analytics.DeliveryType
- values() - function in com.brightcove.player.analytics.insights.AdInsight.AdPodType
- values() - function in com.brightcove.player.analytics.insights.AdInsight.AdsPodRequestMode
- verifyDrawable(Drawable) - function in android.widget.AnnotationImageView
- verifyDrawable(Drawable) - function in android.widget.AnnotationTextView
- verifyDrawable(Drawable) - function in android.view.AnnotationTimeView
- verifyDrawable(Drawable) - function in android.view.AnnotationTransparentView
- Video - enum entry in com.brightcove.player.playback.PlaybackNotification.StreamType
- Video - class in com.brightcove.player.model
- The Video class is an immutable representation of all data related to a video, including associated metadata (in properties) and the groupings of source assets for this video.
- VIDEO - enum entry in com.brightcove.player.analytics.Analytics.MediaType
- Video.Builder - class in com.brightcove.player.model.Video
- Convenience Builder to build Video objects.
- Video.CanSetDownloadIdentifier - class in com.brightcove.player.model.Video
- Any method attempting to call setDownloadId must be annotated explicitly withthis annotation.
- Video.CanSetLicenseExpiryDate - class in com.brightcove.player.model.Video
- Any method attempting to call setLicenseExpiryDate must be annotated explicitlywith this annotation.
- Video.CanSetLicenseKeySetId - class in com.brightcove.player.model.Video
- Any method attempting to call setOfflinePlaybackLicenseKey must be annotatedexplicitly with this annotation.
- Video.Fields - class in com.brightcove.player.model.Video
- Provides the list of known field names that can appear in the properties Map.
- Video.ProjectionFormat - class in com.brightcove.player.model.Video
- The list of known projection formats.
- Video.Status - class in com.brightcove.player.model.Video
- VideoDisplayComponent - class in com.brightcove.player.display
- The VideoDisplayComponent wraps the Brightcove EventEmitter around the lifecycle of the standard Android MediaPlayer API.
- VideoFields - class in com.brightcove.player.model
- Static class that contains all the relevant names for fields that are provided for Video data by the Media API.
- VideoListener - class in com.brightcove.player.edge
- VideoListener identifies objects that expect to receive a Video object from an asynchronous operation.
- VideoLive - enum entry in com.brightcove.player.playback.PlaybackNotification.StreamType
- VideoLiveDvr - enum entry in com.brightcove.player.playback.PlaybackNotification.StreamType
- VideoParseException - class in com.brightcove.player.edge
- Thrown when the JSON object does not have the minimum required properties to create a Video.
- VideoParser - class in com.brightcove.player.edge
- Utility class used to create a Video object from a JSONObject instance.
- VideoPlaybackController - class in com.brightcove.player.controller
- Manages video playback and provides proper translation between the Brightcove representation of videos and the underlying platform's representation.
- VideoStillDisplayComponent - class in com.brightcove.player.display
- Provides a simple Component interface to load Video Still images from a Video object into an ImageView.
- VideoUtil - class in com.brightcove.player.util
- An Video utility class to perform tasks with Brightcove video objects.
- VolumeChangeMonitor - class in com.brightcove.player.broadcasts
- VRButtonController - class in com.brightcove.player.mediacontroller.buttons
- The default Brightcove VR mode button controller.