Serialized Form
-
Package com.brightcove.player.analytics
-
Class com.brightcove.player.analytics.AnalyticsOutOfSpaceException extends java.io.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
java.util.Map<java.lang.String,java.lang.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
java.lang.String type
The type of the analytics event.
-
-
-
Class com.brightcove.player.analytics.AnalyticsRetryLimitException extends java.io.IOException implements Serializable
-
Serialized Fields
-
attemptsMade
long attemptsMade
The total number of attempts made to send the event. -
parameters
java.util.Map<java.lang.String,java.lang.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
java.lang.String type
The type of the analytics event.
-
-
-
-
Package com.brightcove.player.captioning
-
Class com.brightcove.player.captioning.BrightcoveClosedCaption extends Block implements Serializable
-
Serialized Fields
-
caption
java.lang.String caption
-
lines
java.util.List<java.util.List<Span>> lines
-
-
-
Class com.brightcove.player.captioning.PreviewThumbnailFormat extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream objectInputStream) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream objectOutputStream) throws java.io.IOException
- Throws:
java.io.IOException
-
-
Serialized Fields
-
bandwidth
int bandwidth
-
height
int height
-
width
int width
-
-
-
Package com.brightcove.player.controller
-
Class com.brightcove.player.controller.NoSourceFoundException extends java.lang.Exception implements Serializable
-
-
Package com.brightcove.player.drm
-
Class com.brightcove.player.drm.DrmException extends java.lang.Exception implements Serializable
-
-
Package com.brightcove.player.edge
-
Class com.brightcove.player.edge.VideoParseException extends java.lang.Exception implements Serializable
-
-
Package com.brightcove.player.exception
-
Class com.brightcove.player.exception.EntityNotFoundException extends java.lang.Exception implements Serializable
-
Class com.brightcove.player.exception.InvalidDownloadPathException extends java.lang.RuntimeException implements Serializable
-
-
Package com.brightcove.player.model
-
Class com.brightcove.player.model.Block extends StyledElement implements Serializable
-
Serialized Fields
-
beginTime
java.lang.Integer beginTime
Deprecated. -
beginTimeLong
long beginTimeLong
-
endTime
java.lang.Integer endTime
Deprecated. -
endTimeLong
long endTimeLong
-
region
java.lang.String region
-
-
-
Class com.brightcove.player.model.CaptionsDocument extends java.lang.Object implements Serializable
-
Serialized Fields
-
captions
java.util.List<BrightcoveClosedCaption> captions
-
regions
java.util.Map<java.lang.String,Region> regions
-
-
-
Class com.brightcove.player.model.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 extends java.lang.Object implements Serializable
-
Serialized Fields
-
id
java.lang.String id
-
-
-
Class com.brightcove.player.model.Length extends java.lang.Object implements Serializable
-
Serialized Fields
-
unit
StyledElement.Unit unit
-
value
java.lang.Double value
-
-
-
Class com.brightcove.player.model.LengthVtt extends Length implements Serializable
-
Class com.brightcove.player.model.MetadataObject extends java.lang.Object implements Serializable
-
Serialized Fields
-
properties
java.util.Map<java.lang.String,java.lang.Object> properties
-
-
-
Class com.brightcove.player.model.Playlist extends MetadataObject implements Serializable
-
Class com.brightcove.player.model.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 extends SourceAwareMetadataObject implements Serializable
-
Class com.brightcove.player.model.SourceAwareMetadataObject extends MetadataObject implements Serializable
-
Class com.brightcove.player.model.SourceCollection extends SourceAwareMetadataObject implements Serializable
-
Serialized Fields
-
sources
java.util.Set<Source> sources
-
-
-
Class com.brightcove.player.model.Span extends StyledElement implements Serializable
-
Serialized Fields
-
text
java.lang.String text
-
-
-
Class com.brightcove.player.model.StyledElement extends Element implements Serializable
-
Serialized Fields
-
backgroundColor
java.lang.String backgroundColor
The background color string. @see http://www.w3.org/TR/ttaf1-dfxp/#style-value-color -
color
java.lang.String color
The color string. @see http://www.w3.org/TR/ttaf1-dfxp/#style-value-color -
fontFamily
java.lang.String fontFamily
-
fontSize
Length fontSize
-
fontStyle
StyledElement.FontStyle fontStyle
-
fontWeight
StyledElement.FontWeight fontWeight
-
styleName
java.lang.String styleName
The style name string. -
textAlign
StyledElement.TextAlign textAlign
-
textDecoration
StyledElement.TextDecoration textDecoration
-
-
-
Class com.brightcove.player.model.TTMLDocument extends CaptionsDocument implements Serializable
-
Serialized Fields
-
body
Block body
-
styles
java.util.Map<java.lang.String,StyledElement> styles
-
-
-
Class com.brightcove.player.model.Video extends MetadataObject implements Serializable
-
Serialized Fields
-
cuePoints
java.util.List<CuePoint> cuePoints
-
downloadId
java.util.UUID downloadId
The globally unique identifier to the local copy of this video, if any. -
licenseExpiryDate
java.util.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
java.util.Map<DeliveryType,SourceCollection> sourceCollectionMap
-
status
Video.Status status
-
-
-
Class com.brightcove.player.model.WebVTTDocument extends CaptionsDocument implements Serializable
-
-
Package com.brightcove.player.pictureinpicture
-
Class com.brightcove.player.pictureinpicture.PictureInPictureManagerException extends java.lang.RuntimeException implements Serializable
-
-
Package com.brightcove.player.render
-
Class com.brightcove.player.render.UnsupportedDrmException extends java.lang.Exception implements Serializable
-
Serialized Fields
-
reason
int reason
-
-
-
-
Package com.brightcove.player.video360
-
Class com.brightcove.player.video360.OpenGLException extends java.lang.RuntimeException implements Serializable
-
Serialized Fields
-
errorCode
int errorCode
The Open GL error code returned byEGL14.eglGetError()
method. -
errorDescription
java.lang.String errorDescription
The description about the open GL error returned byGLUtils.getEGLErrorString(int)
method.
-
-
-
-
Package com.brightcove.pulse.exception
-
Class com.brightcove.pulse.exception.PulseIllegalOperationException extends java.lang.Exception implements Serializable
-
Serialized Fields
-
mError
com.ooyala.pulse.Error mError
The Pulse error description.
-
-
-
Class com.brightcove.pulse.exception.PulsePlaybackException extends java.lang.Exception implements Serializable
-
-
Package com.brightcove.ssai.exception
-
Class com.brightcove.ssai.exception.InvalidVMAPException extends java.lang.Exception implements Serializable
-
Class com.brightcove.ssai.exception.NoVMAPSourceFoundException extends NoSourceFoundException implements Serializable
-
Class com.brightcove.ssai.exception.TrackingException extends java.lang.Exception implements Serializable
-
Serialized Fields
-
failedUris
java.util.List<TrackingEvent> failedUris
-
-
-
-
Package com.brightcove.ssai.omid
-
Class com.brightcove.ssai.omid.OpenMeasurementTracker.Error extends java.lang.RuntimeException implements Serializable
-