Serialized Form
-
Package com.brightcove.player.analytics
-
Exception com.brightcove.player.analytics.AnalyticsOutOfSpaceException
class AnalyticsOutOfSpaceException extends IOException implements Serializable-
Serialized Fields
-
backlogLimit
long backlogLimit
The current limit for backlog size, expressed as total number of bytes. -
backlogSize
long backlogSize
The current backlog size, expressed as total number of bytes. -
parameters
Map<String,
String> parameters An immutable map of HTTP query parameter names and values to be sent to the server. -
priority
int priority
The priority of the event. -
type
String type
The type of the analytics event.
-
-
-
Exception com.brightcove.player.analytics.AnalyticsRetryLimitException
class AnalyticsRetryLimitException extends IOException implements Serializable-
Serialized Fields
-
attemptsMade
long attemptsMade
The total number of attempts made to send the event. -
parameters
Map<String,
String> parameters An immutable map of HTTP query parameter names and values to be sent to the server. -
priority
int priority
The priority of the event. -
retryLimit
long retryLimit
The maximum number of attempts that can be made to send events ofAnalyticsRetryLimitException.priority
. -
type
String type
The type of the analytics event.
-
-
-
-
Package com.brightcove.player.captioning
-
Package com.brightcove.player.controller
-
Exception com.brightcove.player.controller.NoSourceFoundException
class NoSourceFoundException extends Exception implements Serializable
-
-
Package com.brightcove.player.drm
-
Exception com.brightcove.player.drm.DrmException
class DrmException extends Exception implements Serializable
-
-
Package com.brightcove.player.edge
-
Exception com.brightcove.player.edge.VideoParseException
class VideoParseException extends Exception implements Serializable
-
-
Package com.brightcove.player.exception
-
Exception com.brightcove.player.exception.EntityNotFoundException
class EntityNotFoundException extends Exception implements Serializable -
Exception com.brightcove.player.exception.InvalidDownloadPathException
class InvalidDownloadPathException extends RuntimeException implements Serializable
-
-
Package com.brightcove.player.model
-
Class com.brightcove.player.model.Block
class Block extends StyledElement implements Serializable -
Class com.brightcove.player.model.CaptionsDocument
class CaptionsDocument extends Object implements Serializable-
Serialized Fields
-
captions
List<BrightcoveClosedCaption> captions
-
regions
Map<String,
Region> regions
-
-
-
Class com.brightcove.player.model.CuePoint
class CuePoint extends MetadataObject implements Serializable-
Serialized Fields
-
position
int position
Deprecated. -
positionLong
long positionLong
-
positionType
CuePoint.PositionType positionType
-
type
CuePoint.CuePointType type
-
-
-
Class com.brightcove.player.model.Element
class Element extends Object implements Serializable-
Serialized Fields
-
id
String id
-
-
-
Class com.brightcove.player.model.Length
class Length extends Object implements Serializable-
Serialized Fields
-
unit
StyledElement.Unit unit
-
value
Double value
-
-
-
Class com.brightcove.player.model.LengthVtt
class LengthVtt extends Length implements Serializable -
Class com.brightcove.player.model.MetadataObject
class MetadataObject extends Object implements Serializable -
Class com.brightcove.player.model.Playlist
class Playlist extends MetadataObject implements Serializable -
Class com.brightcove.player.model.Region
class Region extends StyledElement implements Serializable-
Serialized Fields
-
displayAlign
Region.DisplayAlign displayAlign
-
extentX
Length extentX
-
extentY
Length extentY
-
originX
Length originX
-
originY
Length originY
-
-
-
Class com.brightcove.player.model.Source
class Source extends SourceAwareMetadataObject implements Serializable -
Class com.brightcove.player.model.SourceAwareMetadataObject
class SourceAwareMetadataObject extends MetadataObject implements Serializable -
Class com.brightcove.player.model.SourceCollection
class SourceCollection extends SourceAwareMetadataObject implements Serializable -
Class com.brightcove.player.model.Span
class Span extends StyledElement implements Serializable-
Serialized Fields
-
text
String text
-
-
-
Class com.brightcove.player.model.StyledElement
class StyledElement extends Element implements Serializable-
Serialized Fields
-
backgroundColor
String backgroundColor
The background color string. @see http://www.w3.org/TR/ttaf1-dfxp/#style-value-color -
color
String color
The color string. @see http://www.w3.org/TR/ttaf1-dfxp/#style-value-color -
fontFamily
String fontFamily
-
fontSize
Length fontSize
-
fontStyle
StyledElement.FontStyle fontStyle
-
fontWeight
StyledElement.FontWeight fontWeight
-
styleName
String styleName
The style name string. -
textAlign
StyledElement.TextAlign textAlign
-
textDecoration
StyledElement.TextDecoration textDecoration
-
-
-
Class com.brightcove.player.model.TTMLDocument
class TTMLDocument extends CaptionsDocument implements Serializable-
Serialized Fields
-
body
Block body
-
styles
Map<String,
StyledElement> styles
-
-
-
Class com.brightcove.player.model.Video
class Video extends MetadataObject implements Serializable-
Serialized Fields
-
cuePoints
List<CuePoint> cuePoints
-
downloadId
UUID downloadId
The globally unique identifier to the local copy of this video, if any. -
licenseExpiryDate
Date licenseExpiryDate
The UTC date and time when the offline playback license for this video will expire. -
licenseKeySetId
byte[] licenseKeySetId
The key set identifier for the current offline playback license for this video, if any. -
sourceCollectionMap
Map<DeliveryType,
SourceCollection> sourceCollectionMap -
status
Video.Status status
-
-
-
Class com.brightcove.player.model.WebVTTDocument
class WebVTTDocument extends CaptionsDocument implements Serializable
-
-
Package com.brightcove.player.pictureinpicture
-
Exception com.brightcove.player.pictureinpicture.PictureInPictureManagerException
class PictureInPictureManagerException extends RuntimeException implements Serializable
-
-
Package com.brightcove.player.render
-
Exception com.brightcove.player.render.UnsupportedDrmException
class UnsupportedDrmException extends Exception implements Serializable-
Serialized Fields
-
reason
int reason
-
-
-
-
Package com.brightcove.player.video360
-
Exception com.brightcove.player.video360.OpenGLException
class OpenGLException extends RuntimeException implements Serializable-
Serialized Fields
-
errorCode
int errorCode
The Open GL error code returned byEGL14.eglGetError()
method. -
errorDescription
String errorDescription
The description about the open GL error returned byGLUtils.getEGLErrorString(int)
method.
-
-
-
-
Package com.brightcove.pulse.exception
-
Exception com.brightcove.pulse.exception.PulseIllegalOperationException
class PulseIllegalOperationException extends Exception implements Serializable-
Serialized Fields
-
mError
com.ooyala.pulse.Error mError
The Pulse error description.
-
-
-
Exception com.brightcove.pulse.exception.PulsePlaybackException
class PulsePlaybackException extends Exception implements Serializable
-
-
Package com.brightcove.ssai.exception
-
Exception com.brightcove.ssai.exception.InvalidVMAPException
class InvalidVMAPException extends Exception implements Serializable -
Exception com.brightcove.ssai.exception.NoVMAPSourceFoundException
class NoVMAPSourceFoundException extends NoSourceFoundException implements Serializable -
Exception com.brightcove.ssai.exception.TrackingException
class TrackingException extends Exception implements Serializable-
Serialized Fields
-
failedUris
List<TrackingEvent> failedUris
-
-
-
-
Package com.brightcove.ssai.omid
-
Exception com.brightcove.ssai.omid.OpenMeasurementTracker.Error
class Error extends RuntimeException implements Serializable
-