public class IWMStreamConfigImpl extends com.teamdev.jxdesktop.win32.com.impl.IUnknownImpl implements IWMStreamConfig
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
INTERFACE_IDENTIFIER |
| Constructor and Description |
|---|
IWMStreamConfigImpl() |
IWMStreamConfigImpl(com.teamdev.jxdesktop.win32.ole.CLSID clsid,
com.teamdev.jxdesktop.win32.com.types.ClsCtx clsCtx) |
IWMStreamConfigImpl(com.teamdev.jxdesktop.win32.ole.CLSID clsid,
com.teamdev.jxdesktop.win32.com.IUnknown iUnknown,
com.teamdev.jxdesktop.win32.com.types.ClsCtx clsCtx) |
IWMStreamConfigImpl(com.teamdev.jxdesktop.win32.com.IUnknown iUnknown) |
IWMStreamConfigImpl(com.teamdev.jxdesktop.win32.com.impl.IUnknownImpl iUnknown) |
IWMStreamConfigImpl(com.jniwrapper.Pointer.Void aVoid) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone() |
long |
getBitrate() |
long |
getBufferWindow() |
java.lang.String |
getConnectionName() |
com.teamdev.jxdesktop.win32.com.types.IID |
getIID() |
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) |
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 IWMStreamConfigImpl()
public IWMStreamConfigImpl(com.teamdev.jxdesktop.win32.com.impl.IUnknownImpl iUnknown)
throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComExceptionpublic IWMStreamConfigImpl(com.teamdev.jxdesktop.win32.com.IUnknown iUnknown)
public IWMStreamConfigImpl(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 IWMStreamConfigImpl(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 IWMStreamConfigImpl(com.jniwrapper.Pointer.Void aVoid)
public com.teamdev.jxdesktop.win32.ole.GUID getStreamType()
throws com.teamdev.jxdesktop.win32.com.ComException
getStreamType in interface IWMStreamConfigcom.teamdev.jxdesktop.win32.com.ComExceptionpublic int getStreamNumber()
throws com.teamdev.jxdesktop.win32.com.ComException
getStreamNumber in interface IWMStreamConfigcom.teamdev.jxdesktop.win32.com.ComExceptionpublic void setStreamNumber(int value)
throws com.teamdev.jxdesktop.win32.com.ComException
setStreamNumber in interface IWMStreamConfigcom.teamdev.jxdesktop.win32.com.ComExceptionpublic java.lang.String getStreamName()
throws com.teamdev.jxdesktop.win32.com.ComException
getStreamName in interface IWMStreamConfigcom.teamdev.jxdesktop.win32.com.ComExceptionpublic void setStreamName(java.lang.String value)
throws com.teamdev.jxdesktop.win32.com.ComException
setStreamName in interface IWMStreamConfigcom.teamdev.jxdesktop.win32.com.ComExceptionpublic java.lang.String getConnectionName()
throws com.teamdev.jxdesktop.win32.com.ComException
getConnectionName in interface IWMStreamConfigcom.teamdev.jxdesktop.win32.com.ComExceptionpublic void setConnectionName(java.lang.String value)
throws com.teamdev.jxdesktop.win32.com.ComException
setConnectionName in interface IWMStreamConfigcom.teamdev.jxdesktop.win32.com.ComExceptionpublic long getBitrate()
throws com.teamdev.jxdesktop.win32.com.ComException
getBitrate in interface IWMStreamConfigcom.teamdev.jxdesktop.win32.com.ComExceptionpublic void setBitrate(long value)
throws com.teamdev.jxdesktop.win32.com.ComException
setBitrate in interface IWMStreamConfigcom.teamdev.jxdesktop.win32.com.ComExceptionpublic long getBufferWindow()
throws com.teamdev.jxdesktop.win32.com.ComException
getBufferWindow in interface IWMStreamConfigcom.teamdev.jxdesktop.win32.com.ComExceptionpublic void setBufferWindow(long value)
throws com.teamdev.jxdesktop.win32.com.ComException
setBufferWindow in interface IWMStreamConfigcom.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