| Package | Description |
|---|---|
| com.sun.media.jfxmedia | |
| com.sun.media.jfxmedia.events | |
| com.sun.media.jfxmediaimpl |
| Modifier and Type | Method and Description |
|---|---|
PlayerStateEvent.PlayerState |
MediaPlayer.getState()
Retrieves the current
state of the player. |
| Modifier and Type | Field and Description |
|---|---|
private PlayerStateEvent.PlayerState |
PlayerStateEvent.playerState |
| Modifier and Type | Method and Description |
|---|---|
PlayerStateEvent.PlayerState |
PlayerStateEvent.getState()
Retrieves the state of the media player.
|
static PlayerStateEvent.PlayerState |
PlayerStateEvent.PlayerState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PlayerStateEvent.PlayerState[] |
PlayerStateEvent.PlayerState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
PlayerStateEvent(PlayerStateEvent.PlayerState state,
double time)
Constructor.
|
PlayerStateEvent(PlayerStateEvent.PlayerState state,
double time,
java.lang.String message)
Constructor.
|
| Modifier and Type | Field and Description |
|---|---|
private PlayerStateEvent.PlayerState |
NativeMediaPlayer.playerState |
| Modifier and Type | Method and Description |
|---|---|
PlayerStateEvent.PlayerState |
NativeMediaPlayer.getState()
Retrieves the current
state of the player. |