com.teamdev.jxcapture.video.win.directshow
Class MediaEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.teamdev.jxcapture.video.win.directshow.MediaEvent
All Implemented Interfaces:
java.io.Serializable

public class MediaEvent
extends java.util.EventObject

Defines media event object.

See Also:
Serialized Form

Field Summary
static int ACTIVATE
           
static int BUFFERING_DATA
           
static int CLOCK_CHANGED
           
static int COMPLETE
           
static int DISPLAY_CHANGED
           
static int END_OF_SEGMENT
           
static int ERROR_STILLPLAYING
           
static int ERRORABORT
           
static int FULLSCREEN_LOST
           
static int LENGTH_CHANGED
           
static int NEED_RESTART
           
static int NOTIFY_WINDOW
           
static int OLE_EVENT
           
static int OPENING_FILE
           
static int PALETTE_CHANGED
           
static int PAUSED
           
static int QUALITY_CHANGE
           
static int REPAINT
           
static int SEGMENT_STARTED
           
static int SHUTTING_DOWN
           
static int STARVATION
           
static int STREAM_CONTROL_STARTED
           
static int STREAM_CONTROL_STOPPED
           
static int STREAM_ERROR_STILLPLAYING
           
static int STREAM_ERROR_STOPPED
           
static int TIME
           
static int USERABORT
           
static int VIDEO_SIZE_CHANGED
           
static int WINDOW_DESTROYED
           
static int ZERO
           
 
Fields inherited from class java.util.EventObject
source
 
Method Summary
 int getEventCode()
           
 com.teamdev.jxdesktop.win32.com.types.LongPtr getParam1()
           
 com.teamdev.jxdesktop.win32.com.types.LongPtr getParam2()
           
 java.lang.String toString()
           
 
Methods inherited from class java.util.EventObject
getSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ZERO

public static final int ZERO
See Also:
Constant Field Values

COMPLETE

public static final int COMPLETE
See Also:
Constant Field Values

USERABORT

public static final int USERABORT
See Also:
Constant Field Values

ERRORABORT

public static final int ERRORABORT
See Also:
Constant Field Values

TIME

public static final int TIME
See Also:
Constant Field Values

REPAINT

public static final int REPAINT
See Also:
Constant Field Values

STREAM_ERROR_STOPPED

public static final int STREAM_ERROR_STOPPED
See Also:
Constant Field Values

STREAM_ERROR_STILLPLAYING

public static final int STREAM_ERROR_STILLPLAYING
See Also:
Constant Field Values

ERROR_STILLPLAYING

public static final int ERROR_STILLPLAYING
See Also:
Constant Field Values

PALETTE_CHANGED

public static final int PALETTE_CHANGED
See Also:
Constant Field Values

VIDEO_SIZE_CHANGED

public static final int VIDEO_SIZE_CHANGED
See Also:
Constant Field Values

QUALITY_CHANGE

public static final int QUALITY_CHANGE
See Also:
Constant Field Values

SHUTTING_DOWN

public static final int SHUTTING_DOWN
See Also:
Constant Field Values

CLOCK_CHANGED

public static final int CLOCK_CHANGED
See Also:
Constant Field Values

PAUSED

public static final int PAUSED
See Also:
Constant Field Values

OPENING_FILE

public static final int OPENING_FILE
See Also:
Constant Field Values

BUFFERING_DATA

public static final int BUFFERING_DATA
See Also:
Constant Field Values

FULLSCREEN_LOST

public static final int FULLSCREEN_LOST
See Also:
Constant Field Values

ACTIVATE

public static final int ACTIVATE
See Also:
Constant Field Values

NEED_RESTART

public static final int NEED_RESTART
See Also:
Constant Field Values

WINDOW_DESTROYED

public static final int WINDOW_DESTROYED
See Also:
Constant Field Values

DISPLAY_CHANGED

public static final int DISPLAY_CHANGED
See Also:
Constant Field Values

STARVATION

public static final int STARVATION
See Also:
Constant Field Values

OLE_EVENT

public static final int OLE_EVENT
See Also:
Constant Field Values

NOTIFY_WINDOW

public static final int NOTIFY_WINDOW
See Also:
Constant Field Values

STREAM_CONTROL_STOPPED

public static final int STREAM_CONTROL_STOPPED
See Also:
Constant Field Values

STREAM_CONTROL_STARTED

public static final int STREAM_CONTROL_STARTED
See Also:
Constant Field Values

END_OF_SEGMENT

public static final int END_OF_SEGMENT
See Also:
Constant Field Values

SEGMENT_STARTED

public static final int SEGMENT_STARTED
See Also:
Constant Field Values

LENGTH_CHANGED

public static final int LENGTH_CHANGED
See Also:
Constant Field Values
Method Detail

getEventCode

public int getEventCode()

getParam1

public com.teamdev.jxdesktop.win32.com.types.LongPtr getParam1()

getParam2

public com.teamdev.jxdesktop.win32.com.types.LongPtr getParam2()

toString

public java.lang.String toString()
Overrides:
toString in class java.util.EventObject