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.ComException
java.lang.String getName() throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComException
void setName(java.lang.String value) throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComException
java.lang.String getDescription() throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComException
void setDescription(java.lang.String value) throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComException
int getStreamCount() throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComException
IWMStreamConfig getStream(int streamIndex) throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComException
IWMStreamConfig getStreamByNumber(int streamIndex) throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComException
void removeStream(IWMStreamConfig stream) throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComException
void removeStreamByNumber(int streamNumber) throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComException
void addStream(IWMStreamConfig stream) throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComException
void reconfigStream(IWMStreamConfig stream) throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComException
void createNewStream(com.teamdev.jxdesktop.win32.ole.GUID streamType, IWMStreamConfig stream) throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComException