com.teamdev.jxcapture.video.win.directshow.encoding.wmv.impl
Class IWMProfileManagerImpl

java.lang.Object
  extended by com.jniwrapper.Parameter
      extended by com.teamdev.jxdesktop.win32.com.impl.IUnknownImpl
          extended by com.teamdev.jxcapture.video.win.directshow.encoding.wmv.impl.IWMProfileManagerImpl
All Implemented Interfaces:
com.jniwrapper.AutoDeleteParameter, com.jniwrapper.PointerParameter, IWMProfileManager, com.teamdev.jxdesktop.win32.com.IUnknown

public class IWMProfileManagerImpl
extends com.teamdev.jxdesktop.win32.com.impl.IUnknownImpl
implements IWMProfileManager


Nested Class Summary
 
Nested classes/interfaces inherited from class com.teamdev.jxdesktop.win32.com.impl.IUnknownImpl
com.teamdev.jxdesktop.win32.com.impl.IUnknownImpl.MemoryBufferImpl
 
Field Summary
static java.lang.String INTERFACE_IDENTIFIER
           
 
Fields inherited from class com.teamdev.jxdesktop.win32.com.impl.IUnknownImpl
PTR_NULL
 
Fields inherited from class com.jniwrapper.Parameter
LICENSE_TYPE, V
 
Constructor Summary
IWMProfileManagerImpl()
           
IWMProfileManagerImpl(com.teamdev.jxdesktop.win32.ole.CLSID clsid, com.teamdev.jxdesktop.win32.com.types.ClsCtx clsCtx)
           
IWMProfileManagerImpl(com.teamdev.jxdesktop.win32.ole.CLSID clsid, com.teamdev.jxdesktop.win32.com.IUnknown iUnknown, com.teamdev.jxdesktop.win32.com.types.ClsCtx clsCtx)
           
IWMProfileManagerImpl(com.teamdev.jxdesktop.win32.com.IUnknown iUnknown)
           
IWMProfileManagerImpl(com.teamdev.jxdesktop.win32.com.impl.IUnknownImpl iUnknown)
           
IWMProfileManagerImpl(com.jniwrapper.Pointer.Void aVoid)
           
 
Method Summary
 java.lang.Object clone()
           
 IWMProfile createEmptyProfile(WmtVersion version)
           
 com.teamdev.jxdesktop.win32.com.types.IID getIID()
           
 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 class com.teamdev.jxdesktop.win32.com.impl.IUnknownImpl
acceptIOPerformer, addRef, asVoidPointer, dumpVTBL, equals, fromVoidPointer, getDebugInfo, getInterfaceIdentifier, getLength, hashCode, invokeStandardVirtualMethod, invokeStandardVirtualMethod, invokeStandardVirtualMethod, invokeStandardVirtualMethod, invokeStandardVirtualMethod, invokeStandardVirtualMethod, invokeStandardVirtualMethod, invokeVirtualMethod, invokeVirtualMethod, invokeVirtualMethod, invokeVirtualMethod, invokeVirtualMethod, invokeVirtualMethod, isAutoDelete, isNull, isSameObject, queryInterface, queryInterface, read, release, setAutoDelete, setNull, setValue, write
 
Methods inherited from class com.jniwrapper.Parameter
a, a, asReturnValue, b, dataBufferAssigned, getAlignedLength, getAlignmentRequirement, getDataBuffer, getDataBufferOffset, indent, pop, push, read, read, setDataBuffer, toByteArray, write
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
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

public static final java.lang.String INTERFACE_IDENTIFIER
See Also:
Constant Field Values
Constructor Detail

IWMProfileManagerImpl

public IWMProfileManagerImpl()

IWMProfileManagerImpl

public IWMProfileManagerImpl(com.teamdev.jxdesktop.win32.com.impl.IUnknownImpl iUnknown)
                      throws com.teamdev.jxdesktop.win32.com.ComException
Throws:
com.teamdev.jxdesktop.win32.com.ComException

IWMProfileManagerImpl

public IWMProfileManagerImpl(com.teamdev.jxdesktop.win32.com.IUnknown iUnknown)

IWMProfileManagerImpl

public IWMProfileManagerImpl(com.teamdev.jxdesktop.win32.ole.CLSID clsid,
                             com.teamdev.jxdesktop.win32.com.types.ClsCtx clsCtx)
                      throws com.teamdev.jxdesktop.win32.com.ComException
Throws:
com.teamdev.jxdesktop.win32.com.ComException

IWMProfileManagerImpl

public IWMProfileManagerImpl(com.teamdev.jxdesktop.win32.ole.CLSID clsid,
                             com.teamdev.jxdesktop.win32.com.IUnknown iUnknown,
                             com.teamdev.jxdesktop.win32.com.types.ClsCtx clsCtx)
                      throws com.teamdev.jxdesktop.win32.com.ComException
Throws:
com.teamdev.jxdesktop.win32.com.ComException

IWMProfileManagerImpl

public IWMProfileManagerImpl(com.jniwrapper.Pointer.Void aVoid)
Method Detail

createEmptyProfile

public IWMProfile createEmptyProfile(WmtVersion version)
                              throws com.teamdev.jxdesktop.win32.com.ComException
Specified by:
createEmptyProfile in interface IWMProfileManager
Throws:
com.teamdev.jxdesktop.win32.com.ComException

loadProfileByID

public IWMProfile loadProfileByID(com.teamdev.jxdesktop.win32.ole.GUID guidProfile)
                           throws com.teamdev.jxdesktop.win32.com.ComException
Specified by:
loadProfileByID in interface IWMProfileManager
Throws:
com.teamdev.jxdesktop.win32.com.ComException

loadProfileByData

public IWMProfile loadProfileByData(java.lang.String value)
                             throws com.teamdev.jxdesktop.win32.com.ComException
Specified by:
loadProfileByData in interface IWMProfileManager
Throws:
com.teamdev.jxdesktop.win32.com.ComException

saveProfile

public int saveProfile(IWMProfile profile,
                       com.jniwrapper.WideString profileData)
                throws com.teamdev.jxdesktop.win32.com.ComException
Specified by:
saveProfile in interface IWMProfileManager
Throws:
com.teamdev.jxdesktop.win32.com.ComException

getSystemProfileCount

public int getSystemProfileCount()
                          throws com.teamdev.jxdesktop.win32.com.ComException
Specified by:
getSystemProfileCount in interface IWMProfileManager
Throws:
com.teamdev.jxdesktop.win32.com.ComException

loadSystemProfile

public IWMProfile loadSystemProfile(int profileIndex)
                             throws com.teamdev.jxdesktop.win32.com.ComException
Specified by:
loadSystemProfile in interface IWMProfileManager
Throws:
com.teamdev.jxdesktop.win32.com.ComException

getIID

public com.teamdev.jxdesktop.win32.com.types.IID getIID()
Overrides:
getIID in class com.teamdev.jxdesktop.win32.com.impl.IUnknownImpl

clone

public java.lang.Object clone()
Overrides:
clone in class com.teamdev.jxdesktop.win32.com.impl.IUnknownImpl