Enum Constant and Description |
---|
AudioCodecNotSupport
Audio decoding does not support the specified format.
|
AudioDecoderDeviceError
The audio decoder failed.
|
AutoPlayStart
Autoplay is started.
|
BufferedPosition
Buffer position.
|
CacheError
Failed to cache the content.
|
CacheSuccess
Content cached.
|
CurrentDownloadSpeed
Current network download speed.
|
CurrentPosition
Playback position.
|
DemuxerSegmentOpenFailed |
DemuxerTraceID
Demuxer trace ID for artp.
|
DirectComponentMSG
The message passthrough the player component
|
LocalCacheLoaded
命中缓存的文件大小。额外值为大小
|
LoopingStart
Loop playback is started.
|
LowMemory
The system does not have memory to cache the media data.
|
NetworkRetry
Network connection failed.
|
NetworkRetrySuccess
Network retry successful.
|
RTSServerMaybeDisconnect
RTS server maybe disconnect.
|
RTSServerRecover
RTS server recover.
|
SubtitleSelectError
Subtitle selection failed.
|
SwitchToSoftwareVideoDecoder
Hardware decoding is switched to software decoding.
|
Unknown
Unknown error.
|
UtcTime
Current utc time。Additional value: time
|
VideoCodecNotSupport
Video decoding does not support the specified format.
|
VideoDecoderDeviceError
The video decoder failed.
|
VideoRenderInitError
The video renderer failed to initialize.
|
Modifier and Type | Method and Description |
---|---|
int |
getValue() |
static InfoCode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InfoCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InfoCode Unknown
public static final InfoCode LoopingStart
public static final InfoCode BufferedPosition
public static final InfoCode CurrentPosition
public static final InfoCode AutoPlayStart
public static final InfoCode CurrentDownloadSpeed
public static final InfoCode UtcTime
public static final InfoCode LocalCacheLoaded
public static final InfoCode SwitchToSoftwareVideoDecoder
public static final InfoCode AudioCodecNotSupport
public static final InfoCode AudioDecoderDeviceError
public static final InfoCode VideoCodecNotSupport
public static final InfoCode VideoDecoderDeviceError
public static final InfoCode VideoRenderInitError
public static final InfoCode DemuxerTraceID
public static final InfoCode NetworkRetry
public static final InfoCode CacheSuccess
public static final InfoCode CacheError
public static final InfoCode LowMemory
public static final InfoCode NetworkRetrySuccess
public static final InfoCode SubtitleSelectError
public static final InfoCode DirectComponentMSG
public static final InfoCode DemuxerSegmentOpenFailed
public static final InfoCode RTSServerMaybeDisconnect
public static final InfoCode RTSServerRecover
public static InfoCode[] values()
for (InfoCode c : InfoCode.values()) System.out.println(c);
public static InfoCode valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic int getValue()