|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
org.ocap.media.ClosedCaptioningEvent
public class ClosedCaptioningEvent
This class is an event to notify a change of a closed-captioning state.
Field Summary | |
---|---|
static int |
EVENTID_CLOSED_CAPTIONING_OFF
This event indicates a current closed-captioning state is turning off. |
static int |
EVENTID_CLOSED_CAPTIONING_ON
This event indicates a current closed-captioning state is turning on. |
static int |
EVENTID_CLOSED_CAPTIONING_ON_MUTE
This event indicates a current closed-captioning state is "on mute". |
static int |
EVENTID_CLOSED_CAPTIONING_SELECT_NEW_SERVICE
This event indicates a new closed-captioning service (C1 to C4, T1 to T4) is selected. |
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
ClosedCaptioningEvent(java.lang.Object source,
int id)
Construct a new ClosedCaptioningEvent with the specified event ID. |
Method Summary | |
---|---|
int |
getEventID()
Get the event ID associated with this ClosedCaptioningEvent. |
Methods inherited from class java.util.EventObject |
---|
getSource, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int EVENTID_CLOSED_CAPTIONING_ON
public static final int EVENTID_CLOSED_CAPTIONING_OFF
public static final int EVENTID_CLOSED_CAPTIONING_ON_MUTE
public static final int EVENTID_CLOSED_CAPTIONING_SELECT_NEW_SERVICE
Constructor Detail |
---|
public ClosedCaptioningEvent(java.lang.Object source, int id)
source
- The object where the event originated.id
- The event ID. One of the following values:
EVENTID_CLOSED_CAPTIONING_ON, EVENTID_CLOSED_CAPTIONING_OFF,
EVENTID_CLOSED_CAPTIONING_ON_MUTE
and EVENTID_CLOSED_CAPTIONING_SELECT_NEW_SERVICE.Method Detail |
---|
public int getEventID()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |