| 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 | Method and Description |
|---|---|
PlayerStateEvent.PlayerState |
PlayerStateEvent.getState()
Retrieves the state of the media player.
|
static PlayerStateEvent.PlayerState |
PlayerStateEvent.PlayerState.valueOf(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,
String message)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
PlayerStateEvent.PlayerState |
NativeMediaPlayer.getState()
Retrieves the current
state of the player. |
Copyright © 2025. All rights reserved.