SoundRecorder.onStart

Start capturing audio data.

This virtual function may be overriden by a derived class if something has to be done every time a new capture starts. If not, this function can be ignored; the default implementation does nothing.

class SoundRecorder
protected
bool
onStart
(
)

Return Value

Type: bool

true to the start the capture, or false to abort it.

Meta