public interface IWMStreamConfig
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 |
---|---|
long |
getBitrate() |
long |
getBufferWindow() |
java.lang.String |
getConnectionName() |
java.lang.String |
getStreamName() |
int |
getStreamNumber() |
com.teamdev.jxdesktop.win32.ole.GUID |
getStreamType() |
void |
setBitrate(long value) |
void |
setBufferWindow(long value) |
void |
setConnectionName(java.lang.String value) |
void |
setStreamName(java.lang.String value) |
void |
setStreamNumber(int value) |
static final java.lang.String INTERFACE_IDENTIFIER
com.teamdev.jxdesktop.win32.ole.GUID getStreamType() throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComException
int getStreamNumber() throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComException
void setStreamNumber(int value) throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComException
java.lang.String getStreamName() throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComException
void setStreamName(java.lang.String value) throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComException
java.lang.String getConnectionName() throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComException
void setConnectionName(java.lang.String value) throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComException
long getBitrate() throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComException
void setBitrate(long value) throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComException
long getBufferWindow() throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComException
void setBufferWindow(long value) throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComException