com.teamdev.jxcapture.video.win.directshow.wrappers
Interface IVideoWindow

All Superinterfaces:
com.jniwrapper.AutoDeleteParameter, com.teamdev.jxdesktop.win32.com.IDispatch, com.teamdev.jxdesktop.win32.com.IUnknown
All Known Implementing Classes:
IVideoWindowImpl

public interface IVideoWindow
extends com.teamdev.jxdesktop.win32.com.IDispatch

Represents Java interface for COM interface IVideoWindow.


Field Summary
static java.lang.String INTERFACE_IDENTIFIER
           
 
Method Summary
 com.jniwrapper.Int32 getAutoShow()
           
 com.jniwrapper.Int32 getBackgroundPalette()
           
 com.jniwrapper.Int32 getBorderColor()
           
 com.teamdev.jxdesktop.win32.com.types.BStr getCaption()
           
 com.jniwrapper.Int32 getFullScreenMode()
           
 com.jniwrapper.Int32 getHeight()
           
 com.jniwrapper.Int32 getLeft()
           
 void getMaxIdealImageSize(com.jniwrapper.Int32 pWidth, com.jniwrapper.Int32 pHeight)
           
 com.teamdev.jxdesktop.win32.ui.Wnd getMessageDrain()
           
 void getMinIdealImageSize(com.jniwrapper.Int32 pWidth, com.jniwrapper.Int32 pHeight)
           
 com.teamdev.jxdesktop.win32.ui.Wnd getOwner()
           
 void getRestorePosition(com.jniwrapper.Int32 pLeft, com.jniwrapper.Int32 pTop, com.jniwrapper.Int32 pWidth, com.jniwrapper.Int32 pHeight)
           
 com.jniwrapper.Int32 getTop()
           
 com.jniwrapper.Int32 getVisible()
           
 com.jniwrapper.Int32 getWidth()
           
 void getWindowPosition(com.jniwrapper.Int32 pLeft, com.jniwrapper.Int32 pTop, com.jniwrapper.Int32 pWidth, com.jniwrapper.Int32 pHeight)
           
 com.jniwrapper.Int32 getWindowState()
           
 com.jniwrapper.Int32 getWindowStyle()
           
 com.jniwrapper.Int32 getWindowStyleEx()
           
 void hideCursor(com.jniwrapper.Int32 HideCursor)
           
 void isCursorHidden(com.jniwrapper.Int32 CursorHidden)
           
 void notifyOwnerMessage(com.teamdev.jxdesktop.win32.com.types.LongPtr hwnd, com.jniwrapper.Int32 uMsg, com.teamdev.jxdesktop.win32.com.types.LongPtr wParam, com.teamdev.jxdesktop.win32.com.types.LongPtr lParam)
           
 void setAutoShow(com.jniwrapper.Int32 AutoShow)
           
 void setBackgroundPalette(com.jniwrapper.Int32 pBackgroundPalette)
           
 void setBorderColor(com.jniwrapper.Int32 Color)
           
 void setCaption(com.teamdev.jxdesktop.win32.com.types.BStr strCaption)
           
 void setFullScreenMode(com.jniwrapper.Int32 FullScreenMode)
           
 void setHeight(com.jniwrapper.Int32 pHeight)
           
 void setLeft(com.jniwrapper.Int32 pLeft)
           
 void setMessageDrain(com.teamdev.jxdesktop.win32.ui.Wnd Drain)
           
 void setOwner(com.teamdev.jxdesktop.win32.ui.Wnd Owner)
           
 void setTop(com.jniwrapper.Int32 pTop)
           
 void setVisible(com.jniwrapper.Int32 pVisible)
           
 void setWidth(com.jniwrapper.Int32 pWidth)
           
 void setWindowForeground(com.jniwrapper.Int32 Focus)
           
 void setWindowPosition(com.jniwrapper.Int32 Left, com.jniwrapper.Int32 Top, com.jniwrapper.Int32 Width, com.jniwrapper.Int32 Height)
           
 void setWindowState(com.jniwrapper.Int32 WindowState)
           
 void setWindowStyle(com.jniwrapper.Int32 WindowStyle)
           
 void setWindowStyleEx(com.jniwrapper.Int32 WindowStyleEx)
           
 
Methods inherited from interface com.teamdev.jxdesktop.win32.com.IDispatch
getIDsOfNames, getTypeInfo, getTypeInfoCount
 
Methods inherited from interface com.teamdev.jxdesktop.win32.com.IUnknown
addRef, isNull, queryInterface, release, setNull
 
Methods inherited from interface com.jniwrapper.AutoDeleteParameter
isAutoDelete, setAutoDelete
 

Field Detail

INTERFACE_IDENTIFIER

static final java.lang.String INTERFACE_IDENTIFIER
See Also:
Constant Field Values
Method Detail

setCaption

void setCaption(com.teamdev.jxdesktop.win32.com.types.BStr strCaption)
                throws com.teamdev.jxdesktop.win32.com.ComException
Throws:
com.teamdev.jxdesktop.win32.com.ComException

getCaption

com.teamdev.jxdesktop.win32.com.types.BStr getCaption()
                                                      throws com.teamdev.jxdesktop.win32.com.ComException
Throws:
com.teamdev.jxdesktop.win32.com.ComException

setWindowStyle

void setWindowStyle(com.jniwrapper.Int32 WindowStyle)
                    throws com.teamdev.jxdesktop.win32.com.ComException
Throws:
com.teamdev.jxdesktop.win32.com.ComException

getWindowStyle

com.jniwrapper.Int32 getWindowStyle()
                                    throws com.teamdev.jxdesktop.win32.com.ComException
Throws:
com.teamdev.jxdesktop.win32.com.ComException

setWindowStyleEx

void setWindowStyleEx(com.jniwrapper.Int32 WindowStyleEx)
                      throws com.teamdev.jxdesktop.win32.com.ComException
Throws:
com.teamdev.jxdesktop.win32.com.ComException

getWindowStyleEx

com.jniwrapper.Int32 getWindowStyleEx()
                                      throws com.teamdev.jxdesktop.win32.com.ComException
Throws:
com.teamdev.jxdesktop.win32.com.ComException

setAutoShow

void setAutoShow(com.jniwrapper.Int32 AutoShow)
                 throws com.teamdev.jxdesktop.win32.com.ComException
Throws:
com.teamdev.jxdesktop.win32.com.ComException

getAutoShow

com.jniwrapper.Int32 getAutoShow()
                                 throws com.teamdev.jxdesktop.win32.com.ComException
Throws:
com.teamdev.jxdesktop.win32.com.ComException

setWindowState

void setWindowState(com.jniwrapper.Int32 WindowState)
                    throws com.teamdev.jxdesktop.win32.com.ComException
Throws:
com.teamdev.jxdesktop.win32.com.ComException

getWindowState

com.jniwrapper.Int32 getWindowState()
                                    throws com.teamdev.jxdesktop.win32.com.ComException
Throws:
com.teamdev.jxdesktop.win32.com.ComException

setBackgroundPalette

void setBackgroundPalette(com.jniwrapper.Int32 pBackgroundPalette)
                          throws com.teamdev.jxdesktop.win32.com.ComException
Throws:
com.teamdev.jxdesktop.win32.com.ComException

getBackgroundPalette

com.jniwrapper.Int32 getBackgroundPalette()
                                          throws com.teamdev.jxdesktop.win32.com.ComException
Throws:
com.teamdev.jxdesktop.win32.com.ComException

setVisible

void setVisible(com.jniwrapper.Int32 pVisible)
                throws com.teamdev.jxdesktop.win32.com.ComException
Throws:
com.teamdev.jxdesktop.win32.com.ComException

getVisible

com.jniwrapper.Int32 getVisible()
                                throws com.teamdev.jxdesktop.win32.com.ComException
Throws:
com.teamdev.jxdesktop.win32.com.ComException

setLeft

void setLeft(com.jniwrapper.Int32 pLeft)
             throws com.teamdev.jxdesktop.win32.com.ComException
Throws:
com.teamdev.jxdesktop.win32.com.ComException

getLeft

com.jniwrapper.Int32 getLeft()
                             throws com.teamdev.jxdesktop.win32.com.ComException
Throws:
com.teamdev.jxdesktop.win32.com.ComException

setWidth

void setWidth(com.jniwrapper.Int32 pWidth)
              throws com.teamdev.jxdesktop.win32.com.ComException
Throws:
com.teamdev.jxdesktop.win32.com.ComException

getWidth

com.jniwrapper.Int32 getWidth()
                              throws com.teamdev.jxdesktop.win32.com.ComException
Throws:
com.teamdev.jxdesktop.win32.com.ComException

setTop

void setTop(com.jniwrapper.Int32 pTop)
            throws com.teamdev.jxdesktop.win32.com.ComException
Throws:
com.teamdev.jxdesktop.win32.com.ComException

getTop

com.jniwrapper.Int32 getTop()
                            throws com.teamdev.jxdesktop.win32.com.ComException
Throws:
com.teamdev.jxdesktop.win32.com.ComException

setHeight

void setHeight(com.jniwrapper.Int32 pHeight)
               throws com.teamdev.jxdesktop.win32.com.ComException
Throws:
com.teamdev.jxdesktop.win32.com.ComException

getHeight

com.jniwrapper.Int32 getHeight()
                               throws com.teamdev.jxdesktop.win32.com.ComException
Throws:
com.teamdev.jxdesktop.win32.com.ComException

setOwner

void setOwner(com.teamdev.jxdesktop.win32.ui.Wnd Owner)
              throws com.teamdev.jxdesktop.win32.com.ComException
Throws:
com.teamdev.jxdesktop.win32.com.ComException

getOwner

com.teamdev.jxdesktop.win32.ui.Wnd getOwner()
                                            throws com.teamdev.jxdesktop.win32.com.ComException
Throws:
com.teamdev.jxdesktop.win32.com.ComException

setMessageDrain

void setMessageDrain(com.teamdev.jxdesktop.win32.ui.Wnd Drain)
                     throws com.teamdev.jxdesktop.win32.com.ComException
Throws:
com.teamdev.jxdesktop.win32.com.ComException

getMessageDrain

com.teamdev.jxdesktop.win32.ui.Wnd getMessageDrain()
                                                   throws com.teamdev.jxdesktop.win32.com.ComException
Throws:
com.teamdev.jxdesktop.win32.com.ComException

getBorderColor

com.jniwrapper.Int32 getBorderColor()
                                    throws com.teamdev.jxdesktop.win32.com.ComException
Throws:
com.teamdev.jxdesktop.win32.com.ComException

setBorderColor

void setBorderColor(com.jniwrapper.Int32 Color)
                    throws com.teamdev.jxdesktop.win32.com.ComException
Throws:
com.teamdev.jxdesktop.win32.com.ComException

getFullScreenMode

com.jniwrapper.Int32 getFullScreenMode()
                                       throws com.teamdev.jxdesktop.win32.com.ComException
Throws:
com.teamdev.jxdesktop.win32.com.ComException

setFullScreenMode

void setFullScreenMode(com.jniwrapper.Int32 FullScreenMode)
                       throws com.teamdev.jxdesktop.win32.com.ComException
Throws:
com.teamdev.jxdesktop.win32.com.ComException

setWindowForeground

void setWindowForeground(com.jniwrapper.Int32 Focus)
                         throws com.teamdev.jxdesktop.win32.com.ComException
Throws:
com.teamdev.jxdesktop.win32.com.ComException

notifyOwnerMessage

void notifyOwnerMessage(com.teamdev.jxdesktop.win32.com.types.LongPtr hwnd,
                        com.jniwrapper.Int32 uMsg,
                        com.teamdev.jxdesktop.win32.com.types.LongPtr wParam,
                        com.teamdev.jxdesktop.win32.com.types.LongPtr lParam)
                        throws com.teamdev.jxdesktop.win32.com.ComException
Throws:
com.teamdev.jxdesktop.win32.com.ComException

setWindowPosition

void setWindowPosition(com.jniwrapper.Int32 Left,
                       com.jniwrapper.Int32 Top,
                       com.jniwrapper.Int32 Width,
                       com.jniwrapper.Int32 Height)
                       throws com.teamdev.jxdesktop.win32.com.ComException
Throws:
com.teamdev.jxdesktop.win32.com.ComException

getWindowPosition

void getWindowPosition(com.jniwrapper.Int32 pLeft,
                       com.jniwrapper.Int32 pTop,
                       com.jniwrapper.Int32 pWidth,
                       com.jniwrapper.Int32 pHeight)
                       throws com.teamdev.jxdesktop.win32.com.ComException
Throws:
com.teamdev.jxdesktop.win32.com.ComException

getMinIdealImageSize

void getMinIdealImageSize(com.jniwrapper.Int32 pWidth,
                          com.jniwrapper.Int32 pHeight)
                          throws com.teamdev.jxdesktop.win32.com.ComException
Throws:
com.teamdev.jxdesktop.win32.com.ComException

getMaxIdealImageSize

void getMaxIdealImageSize(com.jniwrapper.Int32 pWidth,
                          com.jniwrapper.Int32 pHeight)
                          throws com.teamdev.jxdesktop.win32.com.ComException
Throws:
com.teamdev.jxdesktop.win32.com.ComException

getRestorePosition

void getRestorePosition(com.jniwrapper.Int32 pLeft,
                        com.jniwrapper.Int32 pTop,
                        com.jniwrapper.Int32 pWidth,
                        com.jniwrapper.Int32 pHeight)
                        throws com.teamdev.jxdesktop.win32.com.ComException
Throws:
com.teamdev.jxdesktop.win32.com.ComException

hideCursor

void hideCursor(com.jniwrapper.Int32 HideCursor)
                throws com.teamdev.jxdesktop.win32.com.ComException
Throws:
com.teamdev.jxdesktop.win32.com.ComException

isCursorHidden

void isCursorHidden(com.jniwrapper.Int32 CursorHidden)
                    throws com.teamdev.jxdesktop.win32.com.ComException
Throws:
com.teamdev.jxdesktop.win32.com.ComException