<< Click to display table of contents >> TRVSendOptions |
Sending options for TRVCamSender.
Unit [VCL and LCL] MRVSender;
Unit [FMX] fmxMRVSender;
Syntax
TRVSendOptions = class(TPersistent);
TObject TPersistent |
This is a type of TRVCamSender.SendOptions property.
This class has the properties:
•Video: TRVMSendType
•Audio: TRVMSendTyp;
•UserData: TRVMSendType
•Cmd: TRVMSendType
•FileData: TRVMSendType
where
type
TRVMSendType = (rvmvstOnlyCurrentData, rvmvstStream);
Value |
Meaning |
rvmvstOnlyCurrentData |
A new connection is created when data are available, and is closed when data are sent |
rvmvstStream |
Continuous sending, connection is kept |
Default value for all the properties above is rvmvstStream.