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

All Superinterfaces:
com.jniwrapper.AutoDeleteParameter, com.teamdev.jxdesktop.win32.com.IUnknown
All Known Subinterfaces:
IFileSinkFilter2
All Known Implementing Classes:
IFileSinkFilter2Impl, IFileSinkFilterImpl

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

Represents Java interface for COM interface IFileSinkFilter.


Field Summary
static java.lang.String INTERFACE_IDENTIFIER
           
 
Method Summary
 void getCurFile(com.jniwrapper.Pointer ppszFileName, DMOMediaType pmt)
           
 void setFileName(com.jniwrapper.WideString pszFileName, DMOMediaType pmt)
           
 
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

setFileName

void setFileName(com.jniwrapper.WideString pszFileName,
                 DMOMediaType pmt)
                 throws com.teamdev.jxdesktop.win32.com.ComException
Throws:
com.teamdev.jxdesktop.win32.com.ComException

getCurFile

void getCurFile(com.jniwrapper.Pointer ppszFileName,
                DMOMediaType pmt)
                throws com.teamdev.jxdesktop.win32.com.ComException
Throws:
com.teamdev.jxdesktop.win32.com.ComException