<< Click to display table of contents >> TRVCamRecorder.OutputFileName |
Specifies the file name (for recording) or the URL address (for streaming).
property OutputFileName: String;
•If you assign a file name to this property, video/audio will be written to this file when you assign Active = True.
You can use GetListOfAvailableFFmpegFileFormats function to choose a video file extension.
•If you assign UDP URL to this property, UDP streaming will be started when you assign Active = True (as MPEG-TS).
Default value:
'' (empty string)