Serialized Form
- 
Package com.brightcove.player.analytics- 
Class com.brightcove.player.analytics.AnalyticsOutOfSpaceException extends java.io.IOException implements Serializable- 
Serialized Fields- 
backlogLimitlong backlogLimit The current limit for backlog size, expressed as total number of bytes.
- 
backlogSizelong backlogSize The current backlog size, expressed as total number of bytes.
- 
parametersjava.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.
- 
priorityint priority The priority of the event.
- 
typejava.lang.String type The type of the analytics event.
 
- 
 
- 
- 
Class com.brightcove.player.analytics.AnalyticsRetryLimitException extends java.io.IOException implements Serializable- 
Serialized Fields- 
attemptsMadelong attemptsMade The total number of attempts made to send the event.
- 
parametersjava.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.
- 
priorityint priority The priority of the event.
- 
retryLimitlong retryLimit The maximum number of attempts that can be made to send events ofAnalyticsRetryLimitException.priority.
- 
typejava.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- 
captionjava.lang.String caption 
- 
linesjava.util.List<java.util.List<Span>> lines 
 
- 
 
- 
- 
Class com.brightcove.player.captioning.PreviewThumbnailFormat extends java.lang.Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialization Methods- 
readObjectprivate void readObject(java.io.ObjectInputStream objectInputStream) throws java.io.IOException, java.lang.ClassNotFoundException- Throws:
- java.io.IOException
- java.lang.ClassNotFoundException
 
- 
writeObjectprivate void writeObject(java.io.ObjectOutputStream objectOutputStream) throws java.io.IOException- Throws:
- java.io.IOException
 
 
- 
- 
Serialized Fields- 
bandwidthint bandwidth 
- 
heightint height 
- 
widthint 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- 
beginTimejava.lang.Integer beginTime Deprecated.
- 
beginTimeLonglong beginTimeLong 
- 
endTimejava.lang.Integer endTime Deprecated.
- 
endTimeLonglong endTimeLong 
- 
regionjava.lang.String region 
 
- 
 
- 
- 
Class com.brightcove.player.model.CaptionsDocument extends java.lang.Object implements Serializable- 
Serialized Fields- 
captionsjava.util.List<BrightcoveClosedCaption> captions 
- 
regionsjava.util.Map<java.lang.String,Region> regions 
 
- 
 
- 
- 
Class com.brightcove.player.model.CuePoint extends MetadataObject implements Serializable- 
Serialized Fields- 
positionint position Deprecated.
- 
positionLonglong positionLong 
- 
positionTypeCuePoint.PositionType positionType 
- 
typeCuePoint.CuePointType type 
 
- 
 
- 
- 
Class com.brightcove.player.model.Element extends java.lang.Object implements Serializable- 
Serialized Fields- 
idjava.lang.String id 
 
- 
 
- 
- 
Class com.brightcove.player.model.Length extends java.lang.Object implements Serializable- 
Serialized Fields- 
unitStyledElement.Unit unit 
- 
valuejava.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- 
propertiesjava.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- 
displayAlignRegion.DisplayAlign displayAlign 
- 
extentXLength extentX 
- 
extentYLength extentY 
- 
originXLength originX 
- 
originYLength 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- 
sourcesjava.util.Set<Source> sources 
 
- 
 
- 
- 
Class com.brightcove.player.model.Span extends StyledElement implements Serializable- 
Serialized Fields- 
textjava.lang.String text 
 
- 
 
- 
- 
Class com.brightcove.player.model.StyledElement extends Element implements Serializable- 
Serialized Fields- 
backgroundColorjava.lang.String backgroundColor The background color string. @see http://www.w3.org/TR/ttaf1-dfxp/#style-value-color
- 
colorjava.lang.String color The color string. @see http://www.w3.org/TR/ttaf1-dfxp/#style-value-color
- 
fontFamilyjava.lang.String fontFamily 
- 
fontSizeLength fontSize 
- 
fontStyleStyledElement.FontStyle fontStyle 
- 
fontWeightStyledElement.FontWeight fontWeight 
- 
styleNamejava.lang.String styleName The style name string.
- 
textAlignStyledElement.TextAlign textAlign 
- 
textDecorationStyledElement.TextDecoration textDecoration 
 
- 
 
- 
- 
Class com.brightcove.player.model.TTMLDocument extends CaptionsDocument implements Serializable- 
Serialized Fields- 
bodyBlock body 
- 
stylesjava.util.Map<java.lang.String,StyledElement> styles 
 
- 
 
- 
- 
Class com.brightcove.player.model.Video extends MetadataObject implements Serializable- 
Serialized Fields- 
cuePointsjava.util.List<CuePoint> cuePoints 
- 
downloadIdjava.util.UUID downloadId The globally unique identifier to the local copy of this video, if any.
- 
licenseExpiryDatejava.util.Date licenseExpiryDate The UTC date and time when the offline playback license for this video will expire.
- 
licenseKeySetIdbyte[] licenseKeySetId The key set identifier for the current offline playback license for this video, if any.
- 
sourceCollectionMapjava.util.Map<DeliveryType,SourceCollection> sourceCollectionMap 
- 
statusVideo.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- 
reasonint reason 
 
- 
 
- 
 
- 
- 
Package com.brightcove.player.video360- 
Class com.brightcove.player.video360.OpenGLException extends java.lang.RuntimeException implements Serializable- 
Serialized Fields- 
errorCodeint errorCode The Open GL error code returned byEGL14.eglGetError()method.
- 
errorDescriptionjava.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- 
mErrorcom.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- 
failedUrisjava.util.List<TrackingEvent> failedUris 
 
- 
 
- 
 
- 
- 
Package com.brightcove.ssai.omid- 
Class com.brightcove.ssai.omid.OpenMeasurementTracker.Error extends java.lang.RuntimeException implements Serializable
 
-