| 
       << Click to display table of contents >> TRVMediaType | 
    
A type of data that can be sent between TRVCamSender, TRVCamReceiver and TRVMediaServer.
Unit [VCL and LCL] MRVType;
Unit [FMX] fmxMRVType;
type
TRVMediaType = (rvmtVideo, rvmtAudio, rvmtUserData, rvmtFileData,
rvmtCmdData);
TRVMediaTypes = set of TRVMediaType;
Value  | 
Meaning  | 
rvmtVideo  | 
Video  | 
rvmtAudio  | 
Audio  | 
rvmtUserData  | 
Arbitrary binary data  | 
rvmtFileData  | 
Files  | 
rvmtCmdData  | 
Commands  |