public class IWMWriterSinkImpl extends com.teamdev.jxdesktop.win32.com.impl.IUnknownImpl implements IWMWriterSink
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
INTERFACE_IDENTIFIER |
| Constructor and Description |
|---|
IWMWriterSinkImpl() |
IWMWriterSinkImpl(com.teamdev.jxdesktop.win32.com.IUnknown that) |
IWMWriterSinkImpl(com.teamdev.jxdesktop.win32.com.impl.IUnknownImpl that) |
| Modifier and Type | Method and Description |
|---|---|
void |
allocateDataUnit(com.jniwrapper.UInt32 cbDataUnit,
INSSBuffer ppDataUnit) |
java.lang.Object |
clone() |
com.teamdev.jxdesktop.win32.com.types.IID |
getIID() |
Bool |
isRealTime() |
void |
onDataUnit(INSSBuffer pDataUnit) |
void |
onEndWriting() |
void |
onHeader(INSSBuffer header) |
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 IWMWriterSinkImpl()
public IWMWriterSinkImpl(com.teamdev.jxdesktop.win32.com.impl.IUnknownImpl that)
throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComExceptionpublic IWMWriterSinkImpl(com.teamdev.jxdesktop.win32.com.IUnknown that)
public void onHeader(INSSBuffer header) throws com.teamdev.jxdesktop.win32.com.ComException
onHeader in interface IWMWriterSinkcom.teamdev.jxdesktop.win32.com.ComExceptionpublic Bool isRealTime() throws com.teamdev.jxdesktop.win32.com.ComException
isRealTime in interface IWMWriterSinkcom.teamdev.jxdesktop.win32.com.ComExceptionpublic void allocateDataUnit(com.jniwrapper.UInt32 cbDataUnit,
INSSBuffer ppDataUnit)
throws com.teamdev.jxdesktop.win32.com.ComException
allocateDataUnit in interface IWMWriterSinkcom.teamdev.jxdesktop.win32.com.ComExceptionpublic void onDataUnit(INSSBuffer pDataUnit) throws com.teamdev.jxdesktop.win32.com.ComException
onDataUnit in interface IWMWriterSinkcom.teamdev.jxdesktop.win32.com.ComExceptionpublic void onEndWriting()
throws com.teamdev.jxdesktop.win32.com.ComException
onEndWriting in interface IWMWriterSinkcom.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