public enum MediaError extends java.lang.Enum<MediaError>
Modifier and Type | Field and Description |
---|---|
private static java.util.ResourceBundle |
bundle |
private int |
code |
private java.lang.String |
description |
private static java.util.Map<java.lang.Integer,MediaError> |
map |
Modifier and Type | Method and Description |
---|---|
int |
code() |
java.lang.String |
description() |
static MediaError |
getFromCode(int code) |
static MediaError |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MediaError[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MediaError ERROR_BASE_MEDIA
public static final MediaError ERROR_BASE_MANAGER
public static final MediaError ERROR_BASE_PIPELINE
public static final MediaError ERROR_BASE_FACTORY
public static final MediaError ERROR_BASE_LOCATOR
public static final MediaError ERROR_BASE_REGISTRY
public static final MediaError ERROR_BASE_GSTREAMER
public static final MediaError ERROR_BASE_SYSTEM
public static final MediaError ERROR_BASE_FUNCTION
public static final MediaError ERROR_BASE_JNI
public static final MediaError ERROR_BASE_OSX
public static final MediaError WARNING_BASE_JFXMEDIA
public static final MediaError WARNING_BASE_GSTREAMER
public static final MediaError WARNING_BASE_GLIB
public static final MediaError ERROR_MASK_BASE
public static final MediaError WARNING_MASK_BASE
public static final MediaError ERROR_NONE
public static final MediaError ERROR_MANAGER_NULL
public static final MediaError ERROR_MANAGER_CREATION
public static final MediaError ERROR_MANAGER_ENGINEINIT_FAIL
public static final MediaError ERROR_MANAGER_RUNLOOP_FAIL
public static final MediaError ERROR_MANAGER_LOGGER_INIT
public static final MediaError ERROR_MEDIA_NULL
public static final MediaError ERROR_MEDIA_CREATION
public static final MediaError ERROR_MEDIA_UNKNOWN_PIXEL_FORMAT
public static final MediaError ERROR_MEDIA_INVALID
public static final MediaError ERROR_MEDIA_MARKER_NAME_NULL
public static final MediaError ERROR_MEDIA_MARKER_TIME_NEGATIVE
public static final MediaError ERROR_MEDIA_MARKER_MAP_NULL
public static final MediaError ERROR_MEDIA_VIDEO_FORMAT_UNSUPPORTED
public static final MediaError ERROR_MEDIA_AUDIO_FORMAT_UNSUPPORTED
public static final MediaError ERROR_MEDIA_MP3_FORMAT_UNSUPPORTED
public static final MediaError ERROR_MEDIA_AAC_FORMAT_UNSUPPORTED
public static final MediaError ERROR_MEDIA_H264_FORMAT_UNSUPPORTED
public static final MediaError ERROR_MEDIA_HLS_FORMAT_UNSUPPORTED
public static final MediaError ERROR_MEDIA_CORRUPTED
public static final MediaError ERROR_PIPELINE_NULL
public static final MediaError ERROR_PIPELINE_CREATION
public static final MediaError ERROR_PIPELINE_NO_FRAME_QUEUE
public static final MediaError ERROR_FACTORY_NULL
public static final MediaError ERROR_FACTORY_CONTAINER_CREATION
public static final MediaError ERROR_FACTORY_INVALID_URI
public static final MediaError ERROR_LOCATOR_NULL
public static final MediaError ERROR_LOCATOR_UNSUPPORTED_TYPE
public static final MediaError ERROR_LOCATOR_UNSUPPORTED_MEDIA_FORMAT
public static final MediaError ERROR_LOCATOR_CONNECTION_LOST
public static final MediaError ERROR_LOCATOR_CONTENT_TYPE_NULL
public static final MediaError ERROR_REGISTRY_NULL
public static final MediaError ERROR_REGISTRY_PLUGIN_ALREADY_EXIST
public static final MediaError ERROR_REGISTRY_PLUGIN_PATH
public static final MediaError ERROR_REGISTRY_NO_MATCHING_RECIPE
public static final MediaError ERROR_GSTREAMER_ERROR
public static final MediaError ERROR_GSTREAMER_PIPELINE_CREATION
public static final MediaError ERROR_GSTREAMER_AUDIO_DECODER_SINK_PAD
public static final MediaError ERROR_GSTREAMER_AUDIO_DECODER_SRC_PAD
public static final MediaError ERROR_GSTREAMER_AUDIO_SINK_SINK_PAD
public static final MediaError ERROR_GSTREAMER_VIDEO_DECODER_SINK_PAD
public static final MediaError ERROR_GSTREAMER_PIPELINE_STATE_CHANGE
public static final MediaError ERROR_GSTREAMER_PIPELINE_SEEK
public static final MediaError ERROR_GSTREAMER_PIPELINE_QUERY_LENGTH
public static final MediaError ERROR_GSTREAMER_PIPELINE_QUERY_POS
public static final MediaError ERROR_GSTREAMER_PIPELINE_METADATA_TYPE
public static final MediaError ERROR_GSTREAMER_AUDIO_SINK_CREATE
public static final MediaError ERROR_GSTREAMER_GET_BUFFER_SRC_PAD
public static final MediaError ERROR_GSTREAMER_CREATE_GHOST_PAD
public static final MediaError ERROR_GSTREAMER_ELEMENT_ADD_PAD
public static final MediaError ERROR_GSTREAMER_UNSUPPORTED_PROTOCOL
public static final MediaError ERROR_GSTREAMER_SOURCEFILE_NONEXISTENT
public static final MediaError ERROR_GSTREAMER_SOURCEFILE_NONREGULAR
public static final MediaError ERROR_GSTREAMER_ELEMENT_LINK
public static final MediaError ERROR_GSTREAMER_ELEMENT_LINK_AUDIO_BIN
public static final MediaError ERROR_GSTREAMER_ELEMENT_LINK_VIDEO_BIN
public static final MediaError ERROR_GSTREAMER_ELEMENT_CREATE
public static final MediaError ERROR_GSTREAMER_VIDEO_SINK_CREATE
public static final MediaError ERROR_GSTREAMER_BIN_CREATE
public static final MediaError ERROR_GSTREAMER_BIN_ADD_ELEMENT
public static final MediaError ERROR_GSTREAMER_ELEMENT_GET_PAD
public static final MediaError ERROR_GSTREAMER_MAIN_LOOP_CREATE
public static final MediaError ERROR_GSTREAMER_BUS_SOURCE_ATTACH
public static final MediaError ERROR_GSTREAMER_PIPELINE_SET_RATE_ZERO
public static final MediaError ERROR_GSTREAMER_VIDEO_SINK_SINK_PAD
public static final MediaError ERROR_NOT_IMPLEMENTED
public static final MediaError ERROR_MEMORY_ALLOCATION
public static final MediaError ERROR_OS_UNSUPPORTED
public static final MediaError ERROR_PLATFORM_UNSUPPORTED
public static final MediaError ERROR_FUNCTION_PARAM
public static final MediaError ERROR_FUNCTION_PARAM_NULL
public static final MediaError ERROR_JNI_SEND_PLAYER_MEDIA_ERROR_EVENT
public static final MediaError ERROR_JNI_SEND_PLAYER_HALT_EVENT
public static final MediaError ERROR_JNI_SEND_PLAYER_STATE_EVENT
public static final MediaError ERROR_JNI_SEND_NEW_FRAME_EVENT
public static final MediaError ERROR_JNI_SEND_FRAME_SIZE_CHANGED_EVENT
public static final MediaError ERROR_JNI_SEND_END_OF_MEDIA_EVENT
public static final MediaError ERROR_JNI_SEND_AUDIO_TRACK_EVENT
public static final MediaError ERROR_JNI_SEND_VIDEO_TRACK_EVENT
public static final MediaError ERROR_JNI_SEND_METADATA_EVENT
public static final MediaError ERROR_JNI_SEND_MARKER_EVENT
public static final MediaError ERROR_JNI_SEND_BUFFER_PROGRESS_EVENT
public static final MediaError ERROR_JNI_SEND_STOP_REACHED_EVENT
public static final MediaError ERROR_JNI_SEND_DURATION_UPDATE_EVENT
public static final MediaError ERROR_JNI_SEND_AUDIO_SPECTRUM_EVENT
public static final MediaError ERROR_OSX_INIT
public static final MediaError WARNING_JFXMEDIA_BALANCE
public static final MediaError WARNING_GSTREAMER_WARNING
public static final MediaError WARNING_GSTREAMER_PIPELINE_ERROR
public static final MediaError WARNING_GSTREAMER_PIPELINE_WARNING
public static final MediaError WARNING_GSTREAMER_PIPELINE_STATE_EVENT
public static final MediaError WARNING_GSTREAMER_PIPELINE_FRAME_SIZE
public static final MediaError WARNING_GSTREAMER_INVALID_FRAME
public static final MediaError WARNING_GSTREAMER_PIPELINE_INFO_ERROR
public static final MediaError WARNING_GSTREAMER_AUDIO_BUFFER_FIELD
private static java.util.ResourceBundle bundle
private static final java.util.Map<java.lang.Integer,MediaError> map
private int code
private java.lang.String description
public static MediaError[] values()
for (MediaError c : MediaError.values()) System.out.println(c);
public static MediaError 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 code()
public java.lang.String description()
public static MediaError getFromCode(int code)