ImageEn, unit ievision

TIEVisionStream.saveToFile

TIEVisionStream.saveToFile


Declaration

procedure saveToFile(filename: PAnsiChar); overload; safecall;
procedure saveToFile(filename: PWideChar); overload; safecall;


Description

Save the stream to the specified file.

Parameter Description
filename Destination path and filename


Example

stream1.saveToFile('output.dat');