public interface IConfigAsfWriter
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 |
configureFilterUsingProfile(com.teamdev.jxdesktop.win32.com.IUnknown WMProfile) |
void |
configureFilterUsingProfileGuid(com.teamdev.jxdesktop.win32.ole.GUID guid) |
void |
configureFilterUsingProfileId(int profileID) |
com.teamdev.jxdesktop.win32.com.IUnknown |
getCurrentProfile() |
com.teamdev.jxdesktop.win32.ole.GUID |
getCurrentProfileGuid() |
int |
getCurrentProfileId() |
boolean |
getIndexMode() |
void |
setIndexMode(boolean indexFile) |
static final java.lang.String INTERFACE_IDENTIFIER
void configureFilterUsingProfileId(int profileID) throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComException
int getCurrentProfileId() throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComException
void configureFilterUsingProfileGuid(com.teamdev.jxdesktop.win32.ole.GUID guid) throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.ole.GUID getCurrentProfileGuid() throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComException
void configureFilterUsingProfile(com.teamdev.jxdesktop.win32.com.IUnknown WMProfile) throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.IUnknown getCurrentProfile() throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComException
void setIndexMode(boolean indexFile) throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComException
boolean getIndexMode() throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComException