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.
|
CurrentPosition
Playback position.
|
DemuxerTraceID
Demuxer trace ID for artp.
|
LoopingStart
Loop playback is started.
|
LowMemory
The system does not have memory to cache the media data.
|
NetworkRetry
Network connection failed.
|
SwitchToSoftwareVideoDecoder
Hardware decoding is switched to software decoding.
|
Unknown
Unknown error.
|
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 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 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()