TRVAudioPlayer.Recording

<< Click to display table of contents >>

TRVAudioPlayer.Recording

Turn on/off sound recording to a file.

property Recording: Boolean;

Assign True to this property to start recording, assign False to stop recording.

This property is independent of Active. The component can be inactive (does not play sound on any output device) but still records sound.

When recording is finished, OnStopRecording occurs.

In the current version, FFmpeg is required for sound recording.

Default value:

False

See also

UseFFMpeg