Image::startRecording

Description

bool Image::startRecording( char* filename )

Image::startRecording starts to record (animation) the image. The output file needs to be either a BMP file or a GMV file. In case of a BMP file the GMV is auto-converted to BMP upon stopping.

Parameters

  • char* filename: filename to record to

Returns

bool: true on success, false on failure

Example

N/A