<< Click to display table of contents >> TRVAudioPlayer.OutputFileName |
Specifies the file name for sound recording.
property OutputFileName: String;
If you assign Recording = True, sound will be written to this file.
The file must have the proper extension corresponding to EncodeAudioCodec. You can use GetAudioFileExt function to choose the extension.
Default value:
'' (empty string)
See also