com.teamdev.jxcapture.video.win.directshow.encoding.wmv.impl
Class IWMWriterSinkImpl

java.lang.Object
  extended by com.jniwrapper.Parameter
      extended by com.teamdev.jxdesktop.win32.com.impl.IUnknownImpl
          extended by com.teamdev.jxcapture.video.win.directshow.encoding.wmv.impl.IWMWriterSinkImpl
All Implemented Interfaces:
com.jniwrapper.AutoDeleteParameter, com.jniwrapper.PointerParameter, IWMWriterSink, com.teamdev.jxdesktop.win32.com.IUnknown

public class IWMWriterSinkImpl
extends com.teamdev.jxdesktop.win32.com.impl.IUnknownImpl
implements IWMWriterSink


Nested Class Summary
 
Nested classes/interfaces inherited from class com.teamdev.jxdesktop.win32.com.impl.IUnknownImpl
com.teamdev.jxdesktop.win32.com.impl.IUnknownImpl.MemoryBufferImpl
 
Field Summary
static java.lang.String INTERFACE_IDENTIFIER
           
 
Fields inherited from class com.teamdev.jxdesktop.win32.com.impl.IUnknownImpl
PTR_NULL
 
Fields inherited from class com.jniwrapper.Parameter
LICENSE_TYPE, V
 
Constructor Summary
IWMWriterSinkImpl()
           
IWMWriterSinkImpl(com.teamdev.jxdesktop.win32.com.IUnknown that)
           
IWMWriterSinkImpl(com.teamdev.jxdesktop.win32.com.impl.IUnknownImpl that)
           
 
Method Summary
 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)
           
 
Methods inherited from class com.teamdev.jxdesktop.win32.com.impl.IUnknownImpl
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, write
 
Methods inherited from class com.jniwrapper.Parameter
a, a, asReturnValue, b, dataBufferAssigned, getAlignedLength, getAlignmentRequirement, getDataBuffer, getDataBufferOffset, indent, pop, push, read, read, setDataBuffer, toByteArray, write
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.teamdev.jxdesktop.win32.com.IUnknown
addRef, isNull, queryInterface, release, setNull
 
Methods inherited from interface com.jniwrapper.AutoDeleteParameter
isAutoDelete, setAutoDelete
 

Field Detail

INTERFACE_IDENTIFIER

public static final java.lang.String INTERFACE_IDENTIFIER
See Also:
Constant Field Values
Constructor Detail

IWMWriterSinkImpl

public IWMWriterSinkImpl()

IWMWriterSinkImpl

public IWMWriterSinkImpl(com.teamdev.jxdesktop.win32.com.impl.IUnknownImpl that)
                  throws com.teamdev.jxdesktop.win32.com.ComException
Throws:
com.teamdev.jxdesktop.win32.com.ComException

IWMWriterSinkImpl

public IWMWriterSinkImpl(com.teamdev.jxdesktop.win32.com.IUnknown that)
Method Detail

onHeader

public void onHeader(INSSBuffer header)
              throws com.teamdev.jxdesktop.win32.com.ComException
Specified by:
onHeader in interface IWMWriterSink
Throws:
com.teamdev.jxdesktop.win32.com.ComException

isRealTime

public Bool isRealTime()
                throws com.teamdev.jxdesktop.win32.com.ComException
Specified by:
isRealTime in interface IWMWriterSink
Throws:
com.teamdev.jxdesktop.win32.com.ComException

allocateDataUnit

public void allocateDataUnit(com.jniwrapper.UInt32 cbDataUnit,
                             INSSBuffer ppDataUnit)
                      throws com.teamdev.jxdesktop.win32.com.ComException
Specified by:
allocateDataUnit in interface IWMWriterSink
Throws:
com.teamdev.jxdesktop.win32.com.ComException

onDataUnit

public void onDataUnit(INSSBuffer pDataUnit)
                throws com.teamdev.jxdesktop.win32.com.ComException
Specified by:
onDataUnit in interface IWMWriterSink
Throws:
com.teamdev.jxdesktop.win32.com.ComException

onEndWriting

public void onEndWriting()
                  throws com.teamdev.jxdesktop.win32.com.ComException
Specified by:
onEndWriting in interface IWMWriterSink
Throws:
com.teamdev.jxdesktop.win32.com.ComException

getIID

public com.teamdev.jxdesktop.win32.com.types.IID getIID()
Overrides:
getIID in class com.teamdev.jxdesktop.win32.com.impl.IUnknownImpl

clone

public java.lang.Object clone()
Overrides:
clone in class com.teamdev.jxdesktop.win32.com.impl.IUnknownImpl