RecordingFileName
property
Delphi
property RecordingFileName: string read GetRecordingFileName write SetRecordingFileName;
C++Builder
__property System::UnicodeString RecordingFileName = {read=GetRecordingFileName, write=SetRecordingFileName};
C#
public string RecordingFileName { get; set; }
VB.NET
Public Property RecordingFileName As String
C++/Qt
wchar_t *GetRecordingFileName ();
void SetRecordingFileName (wchar_t *Value);
Used to set or retrieve the full qualified path and name of the recording file created by StartRecording. If the file exists, it will be overwritten when the capture starts. If RecordingFileName is left blank, when invoking StartRecording or RecordToNewFileNow a file name is generated automatically according to the StoragePath, AutoFileName, AutoFilePrefix and CaptureFileExt properties.