IFileSinkFactory

Capture Manager SDK

IFileSinkFactory

IFileSinkFactory – it creates media sink nodes which are linked with media file by the next methods:

HRESULT createOutputNodes( VARIANT aArrayPtrCompressedMediaTypes, BSTR aPtrFileName, VARIANT* aPtrArrayPtrTopologyOutputNodes) - create output nodes of container by file name, where aArrayPtrCompressedMediaTypes is an array of media types of the written formats, aPtrFileName is full path to output media file, aPtrArrayPtrTopologyOutputNodes is an array of topology nodes for writting of encoded media data.