com.teamdev.jxcapture.video.win.directshow.wrappers
Interface INSSBuffer

All Superinterfaces:
com.jniwrapper.AutoDeleteParameter, com.teamdev.jxdesktop.win32.com.IUnknown
All Known Implementing Classes:
INSSBufferImpl

public interface INSSBuffer
extends com.teamdev.jxdesktop.win32.com.IUnknown


Field Summary
static java.lang.String INTERFACE_IDENTIFIER
           
 
Method Summary
 com.jniwrapper.Pointer.Void getBuffer()
           
 com.jniwrapper.Pointer.Void GetBufferAndLength(com.jniwrapper.UInt32 length)
           
 com.jniwrapper.UInt32 GetLength()
           
 com.jniwrapper.UInt32 getMaxLength()
           
 void setLength(com.jniwrapper.UInt32 value)
           
 
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

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

GetLength

com.jniwrapper.UInt32 GetLength()
                                throws com.teamdev.jxdesktop.win32.com.ComException
Throws:
com.teamdev.jxdesktop.win32.com.ComException

setLength

void setLength(com.jniwrapper.UInt32 value)
               throws com.teamdev.jxdesktop.win32.com.ComException
Throws:
com.teamdev.jxdesktop.win32.com.ComException

getMaxLength

com.jniwrapper.UInt32 getMaxLength()
                                   throws com.teamdev.jxdesktop.win32.com.ComException
Throws:
com.teamdev.jxdesktop.win32.com.ComException

getBuffer

com.jniwrapper.Pointer.Void getBuffer()
                                      throws com.teamdev.jxdesktop.win32.com.ComException
Throws:
com.teamdev.jxdesktop.win32.com.ComException

GetBufferAndLength

com.jniwrapper.Pointer.Void GetBufferAndLength(com.jniwrapper.UInt32 length)
                                               throws com.teamdev.jxdesktop.win32.com.ComException
Throws:
com.teamdev.jxdesktop.win32.com.ComException