TRVCamView.VideoSource, Camera, Receiver

<< Click to display table of contents >>

TRVCamView.VideoSource, Camera, Receiver

VideoSource specifies a video source.

property VideoSource: TRVVideoSource;

You can assign either TRVCamera or TRVCamReceiver component to this property.

property Camera: TRVCamera// read-only

property Receiver: TRVCamReceiver// read-only

If VideoSource is TRVCamera, Camera returns the value of VideoSource, typecasted to TRVCamera. Otherwise, Camera returns nil.

If VideoSource is TRVCamReceiver, Receiver returns the value of VideoSource, typecasted to TRVCamReceiver. Otherwise, Receiver returns nil.

See also

GUIDFrom