Serialized Form
-
Package com.google.android.exoplayer2
-
Class com.google.android.exoplayer2.ExoPlaybackException extends PlaybackException implements Serializable
-
Serialized Fields
-
isRecoverable
boolean isRecoverable
Deprecated.IfExoPlaybackException.type
isExoPlaybackException.TYPE_RENDERER
, this field indicates whether the error may be recoverable by disabling and re-enabling (but not resetting) the renderers. For othertypes
this field will always befalse
. -
mediaPeriodId
MediaPeriodId mediaPeriodId
Deprecated.TheMediaPeriodId
of the media associated with this error, or null if undetermined. -
rendererFormat
Format rendererFormat
Deprecated.IfExoPlaybackException.type
isExoPlaybackException.TYPE_RENDERER
, this is theFormat
the renderer was using at the time of the exception, or null if the renderer wasn't using aFormat
. -
rendererFormatSupport
@com.google.android.exoplayer2.C.FormatSupport int rendererFormatSupport
Deprecated.IfExoPlaybackException.type
isExoPlaybackException.TYPE_RENDERER
, this is the level ofC.FormatSupport
of the renderer forExoPlaybackException.rendererFormat
. IfExoPlaybackException.rendererFormat
is null, this isC.FORMAT_HANDLED
. -
rendererIndex
int rendererIndex
Deprecated.IfExoPlaybackException.type
isExoPlaybackException.TYPE_RENDERER
, this is the index of the renderer. -
rendererName
String rendererName
Deprecated.IfExoPlaybackException.type
isExoPlaybackException.TYPE_RENDERER
, this is the name of the renderer. -
type
@com.google.android.exoplayer2.ExoPlaybackException.Type int type
Deprecated.TheExoPlaybackException.Type
of the playback failure.
-
-
-
Class com.google.android.exoplayer2.ExoTimeoutException extends RuntimeException implements Serializable
-
Serialized Fields
-
timeoutOperation
@com.google.android.exoplayer2.ExoTimeoutException.TimeoutOperation int timeoutOperation
Deprecated.The operation on the ExoPlayer playback thread that timed out.
-
-
-
Class com.google.android.exoplayer2.IllegalSeekPositionException extends IllegalStateException implements Serializable
-
Class com.google.android.exoplayer2.ParserException extends IOException implements Serializable
-
Serialized Fields
-
contentIsMalformed
boolean contentIsMalformed
Deprecated.Whether the parsing error was caused by a bitstream not following the expected format. May be false when a parser encounters a legal condition which it does not support. -
dataType
int dataType
Deprecated.Thedata type
of the parsed bitstream.
-
-
-
Class com.google.android.exoplayer2.PlaybackException extends Exception implements Serializable
-
Serialized Fields
-
errorCode
@com.google.android.exoplayer2.PlaybackException.ErrorCode int errorCode
Deprecated.An error code which identifies the cause of the playback failure. -
timestampMs
long timestampMs
Deprecated.The value ofSystemClock.elapsedRealtime()
when this exception was created.
-
-
-
-
Package com.google.android.exoplayer2.audio
-
Class com.google.android.exoplayer2.audio.AudioProcessor.UnhandledAudioFormatException extends Exception implements Serializable
-
Class com.google.android.exoplayer2.audio.AudioSink.ConfigurationException extends Exception implements Serializable
-
Class com.google.android.exoplayer2.audio.AudioSink.InitializationException extends Exception implements Serializable
-
Serialized Fields
-
audioTrackState
int audioTrackState
The underlyingAudioTrack
's state. -
format
Format format
The inputFormat
of the sink when the error occurs. -
isRecoverable
boolean isRecoverable
If the exception can be recovered by recreating the sink.
-
-
-
Class com.google.android.exoplayer2.audio.AudioSink.UnexpectedDiscontinuityException extends Exception implements Serializable
-
Serialized Fields
-
actualPresentationTimeUs
long actualPresentationTimeUs
The actual presentation time of a sample, in microseconds. -
expectedPresentationTimeUs
long expectedPresentationTimeUs
The expected presentation time of a sample, in microseconds.
-
-
-
Class com.google.android.exoplayer2.audio.AudioSink.WriteException extends Exception implements Serializable
-
Serialized Fields
-
errorCode
int errorCode
The error value returned from the sink implementation. If the sink writes to a platformAudioTrack
, this will be the error value returned fromAudioTrack.write(byte[], int, int)
orAudioTrack.write(ByteBuffer, int, int)
. Otherwise, the meaning of the error code depends on the sink implementation. -
format
Format format
The inputFormat
of the sink when the error occurs. -
isRecoverable
boolean isRecoverable
If the exception can be recovered by recreating the sink.
-
-
-
Class com.google.android.exoplayer2.audio.DefaultAudioSink.InvalidAudioTrackTimestampException extends RuntimeException implements Serializable
-
-
Package com.google.android.exoplayer2.database
-
Class com.google.android.exoplayer2.database.DatabaseIOException extends IOException implements Serializable
-
-
Package com.google.android.exoplayer2.decoder
-
Class com.google.android.exoplayer2.decoder.CryptoException extends Exception implements Serializable
-
Serialized Fields
-
errorCode
int errorCode
Deprecated.A component specific error code.
-
-
-
Class com.google.android.exoplayer2.decoder.DecoderException extends Exception implements Serializable
-
Class com.google.android.exoplayer2.decoder.DecoderInputBuffer.InsufficientCapacityException extends IllegalStateException implements Serializable
-
Serialized Fields
-
currentCapacity
int currentCapacity
The current capacity of the buffer. -
requiredCapacity
int requiredCapacity
The required capacity of the buffer.
-
-
-
-
Package com.google.android.exoplayer2.drm
-
Class com.google.android.exoplayer2.drm.DefaultDrmSession.UnexpectedDrmSessionException extends IOException implements Serializable
-
Class com.google.android.exoplayer2.drm.DefaultDrmSessionManager.MissingSchemeDataException extends Exception implements Serializable
-
Class com.google.android.exoplayer2.drm.DrmSession.DrmSessionException extends IOException implements Serializable
-
Serialized Fields
-
errorCode
@com.google.android.exoplayer2.PlaybackException.ErrorCode int errorCode
ThePlaybackException.ErrorCode
that corresponds to the failure.
-
-
-
Class com.google.android.exoplayer2.drm.KeysExpiredException extends Exception implements Serializable
-
Class com.google.android.exoplayer2.drm.MediaDrmCallbackException extends IOException implements Serializable
-
Serialized Fields
-
bytesLoaded
long bytesLoaded
Deprecated.The number of bytes obtained from the server. -
dataSpec
DataSpec dataSpec
Deprecated.TheDataSpec
associated with the request. -
responseHeaders
Map<String,List<String>> responseHeaders
Deprecated.The HTTP request headers included in the response. -
uriAfterRedirects
Uri uriAfterRedirects
Deprecated.TheUri
after redirections, ordataSpec.uri
if no redirection occurred.
-
-
-
Class com.google.android.exoplayer2.drm.UnsupportedDrmException extends Exception implements Serializable
-
Serialized Fields
-
reason
@com.google.android.exoplayer2.drm.UnsupportedDrmException.Reason int reason
Deprecated.
-
-
-
-
Package com.google.android.exoplayer2.ext.av1
-
Class com.google.android.exoplayer2.ext.av1.Gav1DecoderException extends DecoderException implements Serializable
-
-
Package com.google.android.exoplayer2.ext.cronet
-
Class com.google.android.exoplayer2.ext.cronet.CronetDataSource.OpenException extends HttpDataSource.HttpDataSourceException implements Serializable
-
Serialized Fields
-
cronetConnectionStatus
int cronetConnectionStatus
Returns the status of the connection establishment at the moment when the error occurred, as defined byUrlRequest.Status
.
-
-
-
-
Package com.google.android.exoplayer2.ext.ffmpeg
-
Class com.google.android.exoplayer2.ext.ffmpeg.FfmpegDecoderException extends DecoderException implements Serializable
-
-
Package com.google.android.exoplayer2.ext.flac
-
Class com.google.android.exoplayer2.ext.flac.FlacDecoderException extends DecoderException implements Serializable
-
Class com.google.android.exoplayer2.ext.flac.FlacDecoderJni.FlacFrameDecodeException extends Exception implements Serializable
-
Serialized Fields
-
errorCode
int errorCode
-
-
-
-
Package com.google.android.exoplayer2.ext.opus
-
Class com.google.android.exoplayer2.ext.opus.OpusDecoderException extends DecoderException implements Serializable
-
-
Package com.google.android.exoplayer2.ext.vp9
-
Class com.google.android.exoplayer2.ext.vp9.VpxDecoderException extends DecoderException implements Serializable
-
-
Package com.google.android.exoplayer2.extractor.flv
-
Class com.google.android.exoplayer2.extractor.flv.TagPayloadReader.UnsupportedFormatException extends ParserException implements Serializable
-
-
Package com.google.android.exoplayer2.mediacodec
-
Class com.google.android.exoplayer2.mediacodec.MediaCodecDecoderException extends DecoderException implements Serializable
-
Serialized Fields
-
codecInfo
MediaCodecInfo codecInfo
Deprecated.TheMediaCodecInfo
of the decoder that failed. Null if unknown. -
diagnosticInfo
String diagnosticInfo
Deprecated.An optional developer-readable diagnostic information string. May be null.
-
-
-
Class com.google.android.exoplayer2.mediacodec.MediaCodecRenderer.DecoderInitializationException extends Exception implements Serializable
-
Serialized Fields
-
codecInfo
MediaCodecInfo codecInfo
TheMediaCodecInfo
of the decoder that failed to initialize. Null if no suitable decoder was found. -
diagnosticInfo
String diagnosticInfo
An optional developer-readable diagnostic information string. May be null. -
fallbackDecoderInitializationException
MediaCodecRenderer.DecoderInitializationException fallbackDecoderInitializationException
If the decoder failed to initialize and another decoder being used as a fallback also failed to initialize, theMediaCodecRenderer.DecoderInitializationException
for the fallback decoder. Null if there was no fallback decoder or no suitable decoders were found. -
mimeType
String mimeType
The MIME type for which a decoder was being initialized. -
secureDecoderRequired
boolean secureDecoderRequired
Whether it was required that the decoder support a secure output path.
-
-
-
Class com.google.android.exoplayer2.mediacodec.MediaCodecUtil.DecoderQueryException extends Exception implements Serializable
-
-
Package com.google.android.exoplayer2.offline
-
Class com.google.android.exoplayer2.offline.DownloadException extends IOException implements Serializable
-
Class com.google.android.exoplayer2.offline.DownloadHelper.LiveContentUnsupportedException extends IOException implements Serializable
-
Class com.google.android.exoplayer2.offline.DownloadRequest.UnsupportedRequestException extends IOException implements Serializable
-
-
Package com.google.android.exoplayer2.source
-
Class com.google.android.exoplayer2.source.BehindLiveWindowException extends IOException implements Serializable
-
Class com.google.android.exoplayer2.source.ClippingMediaSource.IllegalClippingException extends IOException implements Serializable
-
Serialized Fields
-
reason
@com.google.android.exoplayer2.source.ClippingMediaSource.IllegalClippingException.Reason int reason
The reason clipping failed.
-
-
-
Class com.google.android.exoplayer2.source.MergingMediaSource.IllegalMergeException extends IOException implements Serializable
-
Serialized Fields
-
reason
@com.google.android.exoplayer2.source.MergingMediaSource.IllegalMergeException.Reason int reason
The reason the merge failed.
-
-
-
Class com.google.android.exoplayer2.source.UnrecognizedInputFormatException extends ParserException implements Serializable
-
-
Package com.google.android.exoplayer2.source.ads
-
Class com.google.android.exoplayer2.source.ads.AdsMediaSource.AdLoadException extends IOException implements Serializable
-
Serialized Fields
-
type
@com.google.android.exoplayer2.source.ads.AdsMediaSource.AdLoadException.Type int type
TheAdsMediaSource.AdLoadException.Type
of the ad load exception.
-
-
-
-
Package com.google.android.exoplayer2.source.dash
-
Class com.google.android.exoplayer2.source.dash.DashManifestStaleException extends IOException implements Serializable
-
-
Package com.google.android.exoplayer2.source.hls
-
Class com.google.android.exoplayer2.source.hls.SampleQueueMappingException extends IOException implements Serializable
-
-
Package com.google.android.exoplayer2.source.hls.playlist
-
Class com.google.android.exoplayer2.source.hls.playlist.HlsPlaylistParser.DeltaUpdateException extends IOException implements Serializable
-
Class com.google.android.exoplayer2.source.hls.playlist.HlsPlaylistTracker.PlaylistResetException extends IOException implements Serializable
-
Serialized Fields
-
url
Uri url
The url of the reset playlist.
-
-
-
Class com.google.android.exoplayer2.source.hls.playlist.HlsPlaylistTracker.PlaylistStuckException extends IOException implements Serializable
-
Serialized Fields
-
url
Uri url
The url of the stuck playlist.
-
-
-
-
Package com.google.android.exoplayer2.source.rtsp
-
Class com.google.android.exoplayer2.source.rtsp.RtspMediaSource.RtspPlaybackException extends IOException implements Serializable
-
Class com.google.android.exoplayer2.source.rtsp.RtspMediaSource.RtspUdpUnsupportedTransportException extends RtspMediaSource.RtspPlaybackException implements Serializable
-
-
Package com.google.android.exoplayer2.source.smoothstreaming.manifest
-
Class com.google.android.exoplayer2.source.smoothstreaming.manifest.SsManifestParser.MissingFieldException extends ParserException implements Serializable
-
-
Package com.google.android.exoplayer2.testutil
-
Class com.google.android.exoplayer2.testutil.FakeExtractorInput.SimulatedIOException extends IOException implements Serializable
-
-
Package com.google.android.exoplayer2.text
-
Class com.google.android.exoplayer2.text.SubtitleDecoderException extends DecoderException implements Serializable
-
-
Package com.google.android.exoplayer2.transformer
-
Class com.google.android.exoplayer2.transformer.ExportException extends Exception implements Serializable
-
Serialized Fields
-
errorCode
@com.google.android.exoplayer2.transformer.ExportException.ErrorCode int errorCode
Deprecated.An error code which identifies the cause of the export failure. -
timestampMs
long timestampMs
Deprecated.The value ofSystemClock.elapsedRealtime()
when this exception was created.
-
-
-
Class com.google.android.exoplayer2.transformer.Muxer.MuxerException extends Exception implements Serializable
-
Class com.google.android.exoplayer2.transformer.TransformationException extends Exception implements Serializable
-
Serialized Fields
-
errorCode
@com.google.android.exoplayer2.transformer.TransformationException.ErrorCode int errorCode
Deprecated.An error code which identifies the cause of the transformation failure. -
timestampMs
long timestampMs
Deprecated.The value ofSystemClock.elapsedRealtime()
when this exception was created.
-
-
-
-
Package com.google.android.exoplayer2.upstream
-
Class com.google.android.exoplayer2.upstream.AssetDataSource.AssetDataSourceException extends DataSourceException implements Serializable
-
Class com.google.android.exoplayer2.upstream.ContentDataSource.ContentDataSourceException extends DataSourceException implements Serializable
-
Class com.google.android.exoplayer2.upstream.DataSourceException extends IOException implements Serializable
-
Serialized Fields
-
reason
@com.google.android.exoplayer2.PlaybackException.ErrorCode int reason
Deprecated.The reason of thisDataSourceException
, should be one of theERROR_CODE_IO_*
inPlaybackException.ErrorCode
.
-
-
-
Class com.google.android.exoplayer2.upstream.FileDataSource.FileDataSourceException extends DataSourceException implements Serializable
-
Class com.google.android.exoplayer2.upstream.HttpDataSource.CleartextNotPermittedException extends HttpDataSource.HttpDataSourceException implements Serializable
-
Class com.google.android.exoplayer2.upstream.HttpDataSource.HttpDataSourceException extends DataSourceException implements Serializable
-
Class com.google.android.exoplayer2.upstream.HttpDataSource.InvalidContentTypeException extends HttpDataSource.HttpDataSourceException implements Serializable
-
Serialized Fields
-
contentType
String contentType
-
-
-
Class com.google.android.exoplayer2.upstream.HttpDataSource.InvalidResponseCodeException extends HttpDataSource.HttpDataSourceException implements Serializable
-
Serialized Fields
-
headerFields
Map<String,List<String>> headerFields
An unmodifiable map of the response header fields and values. -
responseBody
byte[] responseBody
The response body. -
responseCode
int responseCode
The response code that was outside of the 2xx range. -
responseMessage
String responseMessage
The http status message.
-
-
-
Class com.google.android.exoplayer2.upstream.Loader.UnexpectedLoaderException extends IOException implements Serializable
-
Class com.google.android.exoplayer2.upstream.RawResourceDataSource.RawResourceDataSourceException extends DataSourceException implements Serializable
-
Class com.google.android.exoplayer2.upstream.UdpDataSource.UdpDataSourceException extends DataSourceException implements Serializable
-
-
Package com.google.android.exoplayer2.upstream.cache
-
Class com.google.android.exoplayer2.upstream.cache.Cache.CacheException extends IOException implements Serializable
-
Class com.google.android.exoplayer2.upstream.cache.CacheDataSink.CacheDataSinkException extends Cache.CacheException implements Serializable
-
-
Package com.google.android.exoplayer2.util
-
Class com.google.android.exoplayer2.util.GlUtil.GlException extends Exception implements Serializable
-
Class com.google.android.exoplayer2.util.PriorityTaskManager.PriorityTooLowException extends IOException implements Serializable
-
Class com.google.android.exoplayer2.util.VideoFrameProcessingException extends Exception implements Serializable
-
Serialized Fields
-
presentationTimeUs
long presentationTimeUs
Deprecated.The microsecond timestamp of the frame being processed while the exception occurred orC.TIME_UNSET
if unknown.
-
-
-
-
Package com.google.android.exoplayer2.video
-
Class com.google.android.exoplayer2.video.MediaCodecVideoDecoderException extends MediaCodecDecoderException implements Serializable
-
Serialized Fields
-
isSurfaceValid
boolean isSurfaceValid
Deprecated.Whether the surface was valid when the exception occurred. -
surfaceIdentityHashCode
int surfaceIdentityHashCode
Deprecated.TheSystem.identityHashCode(Object)
of the surface when the exception occurred.
-
-
-