| 
       << Click to display table of contents >> TRVSampleFormat | 
    
Specifies a format of sound samples.
Unit [VCL and LCL] MRVType;
Unit [FMX] fmxMRVType;
type
TRVSampleFormat = (rvsf8, rvsf16, rvsf32, rvsfFloat, rvsfDouble);
Value  | 
Meaning  | 
rvsf8  | 
integer value, 8 bits  | 
rvsf16  | 
integer value, 16 bits  | 
rvsf32  | 
integer value, 32 bits  | 
rvsfFloat  | 
floating point value, 32 bits  | 
rvsfDouble  | 
floating point value, 64 bits  | 
See also
•TRVBitsPerSample (a simplified version of this type, used for input audio devices)
•TRVAudioPlayer.EncodeSampleFormat property