public interface IWMProfile
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 |
addStream(IWMStreamConfig stream) |
void |
createNewStream(com.teamdev.jxdesktop.win32.ole.GUID streamType,
IWMStreamConfig stream) |
java.lang.String |
getDescription() |
java.lang.String |
getName() |
IWMStreamConfig |
getStream(int streamIndex) |
IWMStreamConfig |
getStreamByNumber(int streamIndex) |
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) |
static final java.lang.String INTERFACE_IDENTIFIER
int getVersion()
throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComExceptionjava.lang.String getName()
throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComExceptionvoid setName(java.lang.String value)
throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComExceptionjava.lang.String getDescription()
throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComExceptionvoid setDescription(java.lang.String value)
throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComExceptionint getStreamCount()
throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComExceptionIWMStreamConfig getStream(int streamIndex) throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComExceptionIWMStreamConfig getStreamByNumber(int streamIndex) throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComExceptionvoid removeStream(IWMStreamConfig stream) throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComExceptionvoid removeStreamByNumber(int streamNumber)
throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComExceptionvoid addStream(IWMStreamConfig stream) throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComExceptionvoid reconfigStream(IWMStreamConfig stream) throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComExceptionvoid createNewStream(com.teamdev.jxdesktop.win32.ole.GUID streamType,
IWMStreamConfig stream)
throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComException