infoNextOutputFileStarted constant

int const infoNextOutputFileStarted

A maximum filesize had been reached and MediaRecorder has switched output to a new file set by application setNextOutputFilePath.

For best practice, application should use this event to keep track of whether the file previously set has been used or not.

See: OnInfoListener.

Implementation

static const int infoNextOutputFileStarted = 0x00000323;