public interface IMediaControl
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 |
|---|---|
void |
addSourceFilter(com.teamdev.jxdesktop.win32.com.types.BStr strFilename,
com.teamdev.jxdesktop.win32.com.IDispatch ppUnk) |
com.teamdev.jxdesktop.win32.com.IDispatch |
getFilterCollection() |
com.teamdev.jxdesktop.win32.com.IDispatch |
getRegFilterCollection() |
void |
getState(com.jniwrapper.Int32 msTimeout,
com.jniwrapper.Int32 pfs) |
void |
pause() |
void |
renderFile(com.teamdev.jxdesktop.win32.com.types.BStr strFilename) |
void |
run() |
void |
stop() |
void |
stopWhenReady() |
getIDsOfNames, getTypeInfo, getTypeInfoCountstatic final java.lang.String INTERFACE_IDENTIFIER
void run() throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComExceptionvoid pause()
throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComExceptionvoid stop() throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComExceptionvoid getState(com.jniwrapper.Int32 msTimeout,
com.jniwrapper.Int32 pfs)
throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComExceptionvoid renderFile(com.teamdev.jxdesktop.win32.com.types.BStr strFilename)
throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComExceptionvoid addSourceFilter(com.teamdev.jxdesktop.win32.com.types.BStr strFilename,
com.teamdev.jxdesktop.win32.com.IDispatch ppUnk)
throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComExceptioncom.teamdev.jxdesktop.win32.com.IDispatch getFilterCollection()
throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComExceptioncom.teamdev.jxdesktop.win32.com.IDispatch getRegFilterCollection()
throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComExceptionvoid stopWhenReady()
throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComException