|
Java DTV API 1.3 18-Nov-2009 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
javax.media.ControllerEvent
com.sun.dtv.media.format.VideoPresentationEvent
public class VideoPresentationEvent
Event to inform about changes in the Video presentation.
Field Summary | |
---|---|
static int |
PRESENTATION_CHANGED
Constant indicating that presentation has changed, but is still available. |
static int |
STREAM_IS_CA_PROTECTED
Constant indicating that stream is ca protected. |
static int |
STREAM_IS_UNAVAILABLE
Constant indicating that stream is not available. |
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
VideoPresentationEvent(Controller controller,
int type)
Constructor for the VideoPresentationEvent, the Controller is the source of the event. |
Method Summary | |
---|---|
Controller |
getController()
Returns the Controller that is the source of the event. |
int |
getEventType()
Returns the type of event that happened during the stream presentation. |
Methods inherited from class javax.media.ControllerEvent |
---|
getSource, getSourceController |
Methods inherited from class java.util.EventObject |
---|
toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int STREAM_IS_CA_PROTECTED
public static final int STREAM_IS_UNAVAILABLE
public static final int PRESENTATION_CHANGED
Constructor Detail |
---|
public VideoPresentationEvent(Controller controller, int type)
controller
- source of the Eventtype
- the event type, MUST be one of the predefined
integer values in this classMethod Detail |
---|
public Controller getController()
public int getEventType()
|
Java DTV API 1.3 18-Nov-2009 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |