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, getTypeInfoCount
static final java.lang.String INTERFACE_IDENTIFIER
void run() throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComException
void pause() throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComException
void stop() throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComException
void getState(com.jniwrapper.Int32 msTimeout, com.jniwrapper.Int32 pfs) throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComException
void renderFile(com.teamdev.jxdesktop.win32.com.types.BStr strFilename) throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComException
void 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.ComException
com.teamdev.jxdesktop.win32.com.IDispatch getFilterCollection() throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.IDispatch getRegFilterCollection() throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComException
void stopWhenReady() throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComException