public interface IFilterGraph
extends com.teamdev.jxdesktop.win32.com.IUnknown
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
INTERFACE_IDENTIFIER |
| Modifier and Type | Method and Description |
|---|---|
void |
addFilter(IBaseFilter pFilter,
com.jniwrapper.WideString pName) |
void |
connectDirect(IPin ppinOut,
IPin ppinIn,
MediaType pmt) |
void |
disconnect(IPin pPin) |
void |
enumFilters(IEnumFilters ppenum) |
void |
findFilterByName(com.jniwrapper.WideString pName,
IBaseFilter ppFilter) |
void |
reconnect(IPin pPin) |
void |
removeFilter(IBaseFilter pFilter) |
void |
setDefaultSyncSource() |
static final java.lang.String INTERFACE_IDENTIFIER
void addFilter(IBaseFilter pFilter, com.jniwrapper.WideString pName) throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComExceptionvoid removeFilter(IBaseFilter pFilter) throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComExceptionvoid enumFilters(IEnumFilters ppenum) throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComExceptionvoid findFilterByName(com.jniwrapper.WideString pName,
IBaseFilter ppFilter)
throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComExceptionvoid connectDirect(IPin ppinOut, IPin ppinIn, MediaType pmt) throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComExceptionvoid reconnect(IPin pPin) throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComExceptionvoid disconnect(IPin pPin) throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComExceptionvoid setDefaultSyncSource()
throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComException