TRVCamRecorder.VideoSource

<< Click to display table of contents >>

TRVCamRecorder.VideoSource

VideoSource specifies a video source for recording

property VideoSource: TRVMediaSource;

property UseVideo: Boolean;

Assign TRVCamera or TRVCamReceiver component to VideoSource to use it as a video source for recording.

VideoSource is used only if UseVideo = True.

If TRVCamReceiver receives video from multiple sources, assign SourceVideoGUID and SourceVideoIndex properties.

Default values:

nil, True

See also:

AudioSource