WriteToFile

virtual void IAcqSink::WriteToFile(EAcqFileFormat format, const std::string &filename) = 0

Writes all samples to a file of the specified format.

Parameters
  • format – One of the EAcqFileFormat values.

  • filename – Name of file in which samples are stored.

Throws
Remarks

This method may only be called after the complete callback is received.