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

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

public interface IBasicVideo2
extends IBasicVideo

Represents Java interface for COM interface IBasicVideo2.


Field Summary
static java.lang.String INTERFACE_IDENTIFIER
           
 
Method Summary
 void getPreferredAspectRatio(com.jniwrapper.Int32 plAspectX, com.jniwrapper.Int32 plAspectY)
           
 
Methods inherited from interface com.teamdev.jxcapture.video.win.directshow.wrappers.IBasicVideo
getAvgTimePerFrame, getBitErrorRate, getBitRate, getCurrentImage, getDestinationHeight, getDestinationLeft, getDestinationPosition, getDestinationTop, getDestinationWidth, getSourceHeight, getSourceLeft, getSourcePosition, getSourceTop, getSourceWidth, getVideoHeight, getVideoPaletteEntries, getVideoSize, getVideoWidth, isUsingDefaultDestination, isUsingDefaultSource, setDefaultDestinationPosition, setDefaultSourcePosition, setDestinationHeight, setDestinationLeft, setDestinationPosition, setDestinationTop, setDestinationWidth, setSourceHeight, setSourceLeft, setSourcePosition, setSourceTop, setSourceWidth
 
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

getPreferredAspectRatio

void getPreferredAspectRatio(com.jniwrapper.Int32 plAspectX,
                             com.jniwrapper.Int32 plAspectY)
                             throws com.teamdev.jxdesktop.win32.com.ComException
Throws:
com.teamdev.jxdesktop.win32.com.ComException