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

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.IWMWriterAdvancedImpl
All Implemented Interfaces:
com.jniwrapper.AutoDeleteParameter, com.jniwrapper.PointerParameter, IWMWriterAdvanced, com.teamdev.jxdesktop.win32.com.IUnknown

public class IWMWriterAdvancedImpl
extends com.teamdev.jxdesktop.win32.com.impl.IUnknownImpl
implements IWMWriterAdvanced


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
IWMWriterAdvancedImpl()
           
IWMWriterAdvancedImpl(com.teamdev.jxdesktop.win32.com.IUnknown that)
           
IWMWriterAdvancedImpl(com.teamdev.jxdesktop.win32.com.impl.IUnknownImpl that)
           
 
Method Summary
 void addSink(IWMWriterSink pSink)
           
 java.lang.Object clone()
           
 com.teamdev.jxdesktop.win32.com.types.IID getIID()
           
 void getSink(com.jniwrapper.UInt32 dwSinkNum, IWMWriterSink ppSink)
           
 com.jniwrapper.UInt32 getSinkCount()
           
 void getStatistics(com.jniwrapper.UInt16 wStreamNum, WmWriterStatistics pStats)
           
 com.jniwrapper.UInt32 getSyncTolerance()
           
 com.jniwrapper.UInt64 getWriterTime()
           
 Bool isRealTime()
           
 void removeSink(IWMWriterSink pSink)
           
 void setLiveSource(Bool fIsLiveSource)
           
 void setSyncTolerance(com.jniwrapper.UInt32 msWindow)
           
 void writeStreamSample(com.jniwrapper.UInt16 wStreamNum, com.jniwrapper.UInt64 cnsSampleTime, com.jniwrapper.UInt32 msSampleSendTime, com.jniwrapper.UInt64 cnsSampleDuration, com.jniwrapper.UInt32 dwFlags, INSSBuffer pSample)
           
 
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

IWMWriterAdvancedImpl

public IWMWriterAdvancedImpl()

IWMWriterAdvancedImpl

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

IWMWriterAdvancedImpl

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

getSinkCount

public com.jniwrapper.UInt32 getSinkCount()
                                   throws com.teamdev.jxdesktop.win32.com.ComException
Specified by:
getSinkCount in interface IWMWriterAdvanced
Throws:
com.teamdev.jxdesktop.win32.com.ComException

getSink

public void getSink(com.jniwrapper.UInt32 dwSinkNum,
                    IWMWriterSink ppSink)
             throws com.teamdev.jxdesktop.win32.com.ComException
Specified by:
getSink in interface IWMWriterAdvanced
Throws:
com.teamdev.jxdesktop.win32.com.ComException

addSink

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

removeSink

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

writeStreamSample

public void writeStreamSample(com.jniwrapper.UInt16 wStreamNum,
                              com.jniwrapper.UInt64 cnsSampleTime,
                              com.jniwrapper.UInt32 msSampleSendTime,
                              com.jniwrapper.UInt64 cnsSampleDuration,
                              com.jniwrapper.UInt32 dwFlags,
                              INSSBuffer pSample)
                       throws com.teamdev.jxdesktop.win32.com.ComException
Specified by:
writeStreamSample in interface IWMWriterAdvanced
Throws:
com.teamdev.jxdesktop.win32.com.ComException

setLiveSource

public void setLiveSource(Bool fIsLiveSource)
                   throws com.teamdev.jxdesktop.win32.com.ComException
Specified by:
setLiveSource in interface IWMWriterAdvanced
Throws:
com.teamdev.jxdesktop.win32.com.ComException

isRealTime

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

getWriterTime

public com.jniwrapper.UInt64 getWriterTime()
                                    throws com.teamdev.jxdesktop.win32.com.ComException
Specified by:
getWriterTime in interface IWMWriterAdvanced
Throws:
com.teamdev.jxdesktop.win32.com.ComException

getStatistics

public void getStatistics(com.jniwrapper.UInt16 wStreamNum,
                          WmWriterStatistics pStats)
                   throws com.teamdev.jxdesktop.win32.com.ComException
Specified by:
getStatistics in interface IWMWriterAdvanced
Throws:
com.teamdev.jxdesktop.win32.com.ComException

setSyncTolerance

public void setSyncTolerance(com.jniwrapper.UInt32 msWindow)
                      throws com.teamdev.jxdesktop.win32.com.ComException
Specified by:
setSyncTolerance in interface IWMWriterAdvanced
Throws:
com.teamdev.jxdesktop.win32.com.ComException

getSyncTolerance

public com.jniwrapper.UInt32 getSyncTolerance()
                                       throws com.teamdev.jxdesktop.win32.com.ComException
Specified by:
getSyncTolerance in interface IWMWriterAdvanced
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