Package | Description |
---|---|
com.sun.media.jfxmedia.events | |
com.sun.media.jfxmediaimpl |
Modifier and Type | Class and Description |
---|---|
class |
AudioSpectrumEvent |
class |
BufferProgressEvent
Event class for buffering progress notification.
|
class |
MarkerEvent
The MarkerEvent is returned on marker notifications to a PlayerStateListener.
|
class |
NewFrameEvent
Event indicating that a new video frame has been decoded.
|
class |
PlayerStateEvent
An event indicating a change in the state of a media player.
|
Modifier and Type | Class and Description |
---|---|
private static class |
NativeMediaPlayer.FrameSizeChangedEvent
Event to be posted to any registered
VideoTrackSizeListener s. |
static class |
NativeMediaPlayer.MediaErrorEvent
Event to be posted to any registered (@link MediaErrorListener)s
|
private static class |
NativeMediaPlayer.PlayerTimeEvent |
private static class |
NativeMediaPlayer.TrackEvent
Event to be posted to any registered
PlayerStateListener s. |
private static class |
NativeMediaPlayer.WarningEvent
Event to be posted to any registered
MediaErrorListener s. |
Modifier and Type | Field and Description |
---|---|
private java.util.concurrent.BlockingQueue<PlayerEvent> |
NativeMediaPlayer.EventQueueThread.eventQueue |
Modifier and Type | Method and Description |
---|---|
void |
NativeMediaPlayer.EventQueueThread.postEvent(PlayerEvent event)
Puts an event to the EventQuery.
|
protected void |
NativeMediaPlayer.sendPlayerEvent(PlayerEvent evt) |