public interface IBasicVideo
extends com.teamdev.jxdesktop.win32.com.IDispatch
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
INTERFACE_IDENTIFIER |
Modifier and Type | Method and Description |
---|---|
com.jniwrapper.DoubleFloat |
getAvgTimePerFrame() |
com.jniwrapper.Int32 |
getBitErrorRate() |
com.jniwrapper.Int32 |
getBitRate() |
void |
getCurrentImage(com.jniwrapper.Int32 pBufferSize,
com.jniwrapper.Pointer.Void pDIBImage) |
com.jniwrapper.Int32 |
getDestinationHeight() |
com.jniwrapper.Int32 |
getDestinationLeft() |
void |
getDestinationPosition(com.jniwrapper.Int32 pLeft,
com.jniwrapper.Int32 pTop,
com.jniwrapper.Int32 pWidth,
com.jniwrapper.Int32 pHeight) |
com.jniwrapper.Int32 |
getDestinationTop() |
com.jniwrapper.Int32 |
getDestinationWidth() |
com.jniwrapper.Int32 |
getSourceHeight() |
com.jniwrapper.Int32 |
getSourceLeft() |
void |
getSourcePosition(com.jniwrapper.Int32 pLeft,
com.jniwrapper.Int32 pTop,
com.jniwrapper.Int32 pWidth,
com.jniwrapper.Int32 pHeight) |
com.jniwrapper.Int32 |
getSourceTop() |
com.jniwrapper.Int32 |
getSourceWidth() |
com.jniwrapper.Int32 |
getVideoHeight() |
void |
getVideoPaletteEntries(com.jniwrapper.Int32 StartIndex,
com.jniwrapper.Int32 Entries,
com.jniwrapper.Int32 pRetrieved,
com.jniwrapper.Int32 pPalette) |
void |
getVideoSize(com.jniwrapper.Int32 pWidth,
com.jniwrapper.Int32 pHeight) |
com.jniwrapper.Int32 |
getVideoWidth() |
void |
isUsingDefaultDestination() |
void |
isUsingDefaultSource() |
void |
setDefaultDestinationPosition() |
void |
setDefaultSourcePosition() |
void |
setDestinationHeight(com.jniwrapper.Int32 pDestinationHeight) |
void |
setDestinationLeft(com.jniwrapper.Int32 pDestinationLeft) |
void |
setDestinationPosition(com.jniwrapper.Int32 Left,
com.jniwrapper.Int32 Top,
com.jniwrapper.Int32 Width,
com.jniwrapper.Int32 Height) |
void |
setDestinationTop(com.jniwrapper.Int32 pDestinationTop) |
void |
setDestinationWidth(com.jniwrapper.Int32 pDestinationWidth) |
void |
setSourceHeight(com.jniwrapper.Int32 pSourceHeight) |
void |
setSourceLeft(com.jniwrapper.Int32 pSourceLeft) |
void |
setSourcePosition(com.jniwrapper.Int32 Left,
com.jniwrapper.Int32 Top,
com.jniwrapper.Int32 Width,
com.jniwrapper.Int32 Height) |
void |
setSourceTop(com.jniwrapper.Int32 pSourceTop) |
void |
setSourceWidth(com.jniwrapper.Int32 pSourceWidth) |
getIDsOfNames, getTypeInfo, getTypeInfoCount
static final java.lang.String INTERFACE_IDENTIFIER
com.jniwrapper.DoubleFloat getAvgTimePerFrame() throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComException
com.jniwrapper.Int32 getBitRate() throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComException
com.jniwrapper.Int32 getBitErrorRate() throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComException
com.jniwrapper.Int32 getVideoWidth() throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComException
com.jniwrapper.Int32 getVideoHeight() throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComException
void setSourceLeft(com.jniwrapper.Int32 pSourceLeft) throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComException
com.jniwrapper.Int32 getSourceLeft() throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComException
void setSourceWidth(com.jniwrapper.Int32 pSourceWidth) throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComException
com.jniwrapper.Int32 getSourceWidth() throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComException
void setSourceTop(com.jniwrapper.Int32 pSourceTop) throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComException
com.jniwrapper.Int32 getSourceTop() throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComException
void setSourceHeight(com.jniwrapper.Int32 pSourceHeight) throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComException
com.jniwrapper.Int32 getSourceHeight() throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComException
void setDestinationLeft(com.jniwrapper.Int32 pDestinationLeft) throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComException
com.jniwrapper.Int32 getDestinationLeft() throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComException
void setDestinationWidth(com.jniwrapper.Int32 pDestinationWidth) throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComException
com.jniwrapper.Int32 getDestinationWidth() throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComException
void setDestinationTop(com.jniwrapper.Int32 pDestinationTop) throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComException
com.jniwrapper.Int32 getDestinationTop() throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComException
void setDestinationHeight(com.jniwrapper.Int32 pDestinationHeight) throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComException
com.jniwrapper.Int32 getDestinationHeight() throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComException
void setSourcePosition(com.jniwrapper.Int32 Left, com.jniwrapper.Int32 Top, com.jniwrapper.Int32 Width, com.jniwrapper.Int32 Height) throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComException
void getSourcePosition(com.jniwrapper.Int32 pLeft, com.jniwrapper.Int32 pTop, com.jniwrapper.Int32 pWidth, com.jniwrapper.Int32 pHeight) throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComException
void setDefaultSourcePosition() throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComException
void setDestinationPosition(com.jniwrapper.Int32 Left, com.jniwrapper.Int32 Top, com.jniwrapper.Int32 Width, com.jniwrapper.Int32 Height) throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComException
void getDestinationPosition(com.jniwrapper.Int32 pLeft, com.jniwrapper.Int32 pTop, com.jniwrapper.Int32 pWidth, com.jniwrapper.Int32 pHeight) throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComException
void setDefaultDestinationPosition() throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComException
void getVideoSize(com.jniwrapper.Int32 pWidth, com.jniwrapper.Int32 pHeight) throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComException
void getVideoPaletteEntries(com.jniwrapper.Int32 StartIndex, com.jniwrapper.Int32 Entries, com.jniwrapper.Int32 pRetrieved, com.jniwrapper.Int32 pPalette) throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComException
void getCurrentImage(com.jniwrapper.Int32 pBufferSize, com.jniwrapper.Pointer.Void pDIBImage) throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComException
void isUsingDefaultSource() throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComException
void isUsingDefaultDestination() throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComException