FrameVideoSaveToFile Method (IMFrame)
full name of file
Saves the video frame to file. Method supports *.png, *.jpg, *.bmp, *.tga, *.tiff files.
Syntax
Sub FrameVideoSaveToFile( _
   ByVal _bsFileName As String _
) 
void FrameVideoSaveToFile( 
   string _bsFileName
)
procedure FrameVideoSaveToFile( 
    _bsFileName: String
); 
void FrameVideoSaveToFile( 
   BSTR* _bsFileName
) 

Parameters

_bsFileName
full name of file
Example

See Also

Reference

IMFrame Interface
IMFrame Members