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, write
asReturnValue, dataBufferAssigned, getAlignedLength, getAlignmentRequirement, getDataBuffer, getDataBufferOffset, indent, pop, push, read, read, setDataBuffer, toByteArray, write
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
public 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.ComException
public 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.ComException
public 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.ComException
public IWMProfileImpl(com.jniwrapper.Pointer.Void aVoid)
public int getVersion() throws com.teamdev.jxdesktop.win32.com.ComException
getVersion
in interface IWMProfile
com.teamdev.jxdesktop.win32.com.ComException
public java.lang.String getName() throws com.teamdev.jxdesktop.win32.com.ComException
getName
in interface IWMProfile
com.teamdev.jxdesktop.win32.com.ComException
public void setName(java.lang.String value) throws com.teamdev.jxdesktop.win32.com.ComException
setName
in interface IWMProfile
com.teamdev.jxdesktop.win32.com.ComException
public java.lang.String getDescription() throws com.teamdev.jxdesktop.win32.com.ComException
getDescription
in interface IWMProfile
com.teamdev.jxdesktop.win32.com.ComException
public void setDescription(java.lang.String value) throws com.teamdev.jxdesktop.win32.com.ComException
setDescription
in interface IWMProfile
com.teamdev.jxdesktop.win32.com.ComException
public int getStreamCount() throws com.teamdev.jxdesktop.win32.com.ComException
getStreamCount
in interface IWMProfile
com.teamdev.jxdesktop.win32.com.ComException
public IWMStreamConfig getStream(int streamIndex) throws com.teamdev.jxdesktop.win32.com.ComException
getStream
in interface IWMProfile
com.teamdev.jxdesktop.win32.com.ComException
public IWMStreamConfig getStreamByNumber(int number) throws com.teamdev.jxdesktop.win32.com.ComException
getStreamByNumber
in interface IWMProfile
com.teamdev.jxdesktop.win32.com.ComException
public void removeStream(IWMStreamConfig stream) throws com.teamdev.jxdesktop.win32.com.ComException
removeStream
in interface IWMProfile
com.teamdev.jxdesktop.win32.com.ComException
public void removeStreamByNumber(int streamNumber) throws com.teamdev.jxdesktop.win32.com.ComException
removeStreamByNumber
in interface IWMProfile
com.teamdev.jxdesktop.win32.com.ComException
public void addStream(IWMStreamConfig stream) throws com.teamdev.jxdesktop.win32.com.ComException
addStream
in interface IWMProfile
com.teamdev.jxdesktop.win32.com.ComException
public void reconfigStream(IWMStreamConfig stream) throws com.teamdev.jxdesktop.win32.com.ComException
reconfigStream
in interface IWMProfile
com.teamdev.jxdesktop.win32.com.ComException
public void createNewStream(com.teamdev.jxdesktop.win32.ole.GUID streamType, IWMStreamConfig stream) throws com.teamdev.jxdesktop.win32.com.ComException
createNewStream
in interface IWMProfile
com.teamdev.jxdesktop.win32.com.ComException
public com.teamdev.jxdesktop.win32.com.types.IID getIID()
getIID
in class com.teamdev.jxdesktop.win32.com.impl.IUnknownImpl
public java.lang.Object clone()
clone
in class com.teamdev.jxdesktop.win32.com.impl.IUnknownImpl