public class IWMProfileImpl extends com.teamdev.jxdesktop.win32.com.impl.IUnknownImpl implements IWMProfile
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
INTERFACE_IDENTIFIER |
| Constructor and Description |
|---|
IWMProfileImpl() |
IWMProfileImpl(com.teamdev.jxdesktop.win32.ole.CLSID clsid,
com.teamdev.jxdesktop.win32.com.types.ClsCtx clsCtx) |
IWMProfileImpl(com.teamdev.jxdesktop.win32.ole.CLSID clsid,
com.teamdev.jxdesktop.win32.com.IUnknown iUnknown,
com.teamdev.jxdesktop.win32.com.types.ClsCtx clsCtx) |
IWMProfileImpl(com.teamdev.jxdesktop.win32.com.IUnknown iUnknown) |
IWMProfileImpl(com.teamdev.jxdesktop.win32.com.impl.IUnknownImpl iUnknown) |
IWMProfileImpl(com.jniwrapper.Pointer.Void aVoid) |
| Modifier and Type | Method and Description |
|---|---|
void |
addStream(IWMStreamConfig stream) |
java.lang.Object |
clone() |
void |
createNewStream(com.teamdev.jxdesktop.win32.ole.GUID streamType,
IWMStreamConfig stream) |
java.lang.String |
getDescription() |
com.teamdev.jxdesktop.win32.com.types.IID |
getIID() |
java.lang.String |
getName() |
IWMStreamConfig |
getStream(int streamIndex) |
IWMStreamConfig |
getStreamByNumber(int number) |
int |
getStreamCount() |
int |
getVersion() |
void |
reconfigStream(IWMStreamConfig stream) |
void |
removeStream(IWMStreamConfig stream) |
void |
removeStreamByNumber(int streamNumber) |
void |
setDescription(java.lang.String value) |
void |
setName(java.lang.String value) |
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, writeasReturnValue, dataBufferAssigned, getAlignedLength, getAlignmentRequirement, getDataBuffer, getDataBufferOffset, indent, pop, push, read, read, setDataBuffer, toByteArray, writefinalize, getClass, notify, notifyAll, toString, wait, wait, waitpublic static final java.lang.String INTERFACE_IDENTIFIER
public IWMProfileImpl()
public IWMProfileImpl(com.teamdev.jxdesktop.win32.com.impl.IUnknownImpl iUnknown)
throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComExceptionpublic IWMProfileImpl(com.teamdev.jxdesktop.win32.com.IUnknown iUnknown)
public IWMProfileImpl(com.teamdev.jxdesktop.win32.ole.CLSID clsid,
com.teamdev.jxdesktop.win32.com.types.ClsCtx clsCtx)
throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComExceptionpublic IWMProfileImpl(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
com.teamdev.jxdesktop.win32.com.ComExceptionpublic IWMProfileImpl(com.jniwrapper.Pointer.Void aVoid)
public int getVersion()
throws com.teamdev.jxdesktop.win32.com.ComException
getVersion in interface IWMProfilecom.teamdev.jxdesktop.win32.com.ComExceptionpublic java.lang.String getName()
throws com.teamdev.jxdesktop.win32.com.ComException
getName in interface IWMProfilecom.teamdev.jxdesktop.win32.com.ComExceptionpublic void setName(java.lang.String value)
throws com.teamdev.jxdesktop.win32.com.ComException
setName in interface IWMProfilecom.teamdev.jxdesktop.win32.com.ComExceptionpublic java.lang.String getDescription()
throws com.teamdev.jxdesktop.win32.com.ComException
getDescription in interface IWMProfilecom.teamdev.jxdesktop.win32.com.ComExceptionpublic void setDescription(java.lang.String value)
throws com.teamdev.jxdesktop.win32.com.ComException
setDescription in interface IWMProfilecom.teamdev.jxdesktop.win32.com.ComExceptionpublic int getStreamCount()
throws com.teamdev.jxdesktop.win32.com.ComException
getStreamCount in interface IWMProfilecom.teamdev.jxdesktop.win32.com.ComExceptionpublic IWMStreamConfig getStream(int streamIndex) throws com.teamdev.jxdesktop.win32.com.ComException
getStream in interface IWMProfilecom.teamdev.jxdesktop.win32.com.ComExceptionpublic IWMStreamConfig getStreamByNumber(int number) throws com.teamdev.jxdesktop.win32.com.ComException
getStreamByNumber in interface IWMProfilecom.teamdev.jxdesktop.win32.com.ComExceptionpublic void removeStream(IWMStreamConfig stream) throws com.teamdev.jxdesktop.win32.com.ComException
removeStream in interface IWMProfilecom.teamdev.jxdesktop.win32.com.ComExceptionpublic void removeStreamByNumber(int streamNumber)
throws com.teamdev.jxdesktop.win32.com.ComException
removeStreamByNumber in interface IWMProfilecom.teamdev.jxdesktop.win32.com.ComExceptionpublic void addStream(IWMStreamConfig stream) throws com.teamdev.jxdesktop.win32.com.ComException
addStream in interface IWMProfilecom.teamdev.jxdesktop.win32.com.ComExceptionpublic void reconfigStream(IWMStreamConfig stream) throws com.teamdev.jxdesktop.win32.com.ComException
reconfigStream in interface IWMProfilecom.teamdev.jxdesktop.win32.com.ComExceptionpublic void createNewStream(com.teamdev.jxdesktop.win32.ole.GUID streamType,
IWMStreamConfig stream)
throws com.teamdev.jxdesktop.win32.com.ComException
createNewStream in interface IWMProfilecom.teamdev.jxdesktop.win32.com.ComExceptionpublic com.teamdev.jxdesktop.win32.com.types.IID getIID()
getIID in class com.teamdev.jxdesktop.win32.com.impl.IUnknownImplpublic java.lang.Object clone()
clone in class com.teamdev.jxdesktop.win32.com.impl.IUnknownImpl