com.teamdev.jxcapture.video.win.directshow.encoding.wmv
Interface IWMProfileManager

All Superinterfaces:
com.jniwrapper.AutoDeleteParameter, com.teamdev.jxdesktop.win32.com.IUnknown
All Known Implementing Classes:
IWMProfileManagerImpl

public interface IWMProfileManager
extends com.teamdev.jxdesktop.win32.com.IUnknown


Field Summary
static java.lang.String INTERFACE_IDENTIFIER
           
 
Method Summary
 IWMProfile createEmptyProfile(WmtVersion version)
           
 int getSystemProfileCount()
           
 IWMProfile loadProfileByData(java.lang.String value)
           
 IWMProfile loadProfileByID(com.teamdev.jxdesktop.win32.ole.GUID guidProfile)
           
 IWMProfile loadSystemProfile(int profileIndex)
           
 int saveProfile(IWMProfile profile, com.jniwrapper.WideString profileData)
           
 
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

createEmptyProfile

IWMProfile createEmptyProfile(WmtVersion version)
                              throws com.teamdev.jxdesktop.win32.com.ComException
Throws:
com.teamdev.jxdesktop.win32.com.ComException

loadProfileByID

IWMProfile loadProfileByID(com.teamdev.jxdesktop.win32.ole.GUID guidProfile)
                           throws com.teamdev.jxdesktop.win32.com.ComException
Throws:
com.teamdev.jxdesktop.win32.com.ComException

loadProfileByData

IWMProfile loadProfileByData(java.lang.String value)
                             throws com.teamdev.jxdesktop.win32.com.ComException
Throws:
com.teamdev.jxdesktop.win32.com.ComException

saveProfile

int saveProfile(IWMProfile profile,
                com.jniwrapper.WideString profileData)
                throws com.teamdev.jxdesktop.win32.com.ComException
Throws:
com.teamdev.jxdesktop.win32.com.ComException

getSystemProfileCount

int getSystemProfileCount()
                          throws com.teamdev.jxdesktop.win32.com.ComException
Throws:
com.teamdev.jxdesktop.win32.com.ComException

loadSystemProfile

IWMProfile loadSystemProfile(int profileIndex)
                             throws com.teamdev.jxdesktop.win32.com.ComException
Throws:
com.teamdev.jxdesktop.win32.com.ComException