|
Java DTV API 1.3 18-Nov-2009 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface OverlayTextEvent
Events that report changes in the OverlayText, Subtitle or CloseCaption.
| Field Summary | |
|---|---|
static int |
OVERLAY_TEXT_AVAILABLE
Overlay Text available event type. |
static int |
OVERLAY_TEXT_DESELECTED
Overlay Text deselected event type. |
static int |
OVERLAY_TEXT_LANGUAGE_CHANGE
Overlay Text language change event type. |
static int |
OVERLAY_TEXT_NOT_AVAILABLE
Overlay Text not available event type. |
static int |
OVERLAY_TEXT_SELECTED
Overlay Text selected event type. |
| Method Summary | |
|---|---|
int |
getEventType()
Return the type of the event must be one of the OVERLAY_TEXT__* constant values defined
in this interface. |
Player |
getPlayer()
Return the JMF player which is the source of the event. |
| Methods inherited from interface javax.media.MediaEvent |
|---|
getSource |
| Field Detail |
|---|
static final int OVERLAY_TEXT_AVAILABLE
static final int OVERLAY_TEXT_DESELECTED
static final int OVERLAY_TEXT_SELECTED
static final int OVERLAY_TEXT_LANGUAGE_CHANGE
static final int OVERLAY_TEXT_NOT_AVAILABLE
| Method Detail |
|---|
Player getPlayer()
int getEventType()
OVERLAY_TEXT__* constant values defined
in this interface.
|
Java DTV API 1.3 18-Nov-2009 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||