infoMaxFilesizeApproaching constant

int const infoMaxFilesizeApproaching

A maximum filesize had been setup and current recorded file size has reached 90% of the limit.

This is sent once per file upon reaching/passing the 90% limit. To continue the recording, applicaiton should use setNextOutputFilePath to set the next output file. Otherwise, recording will stop when reaching maximum file size.

Implementation

static const int infoMaxFilesizeApproaching = 0x00000322;