| 
       << Click to display table of contents >> TRVBitsPerSample | 
    
Specifies a bit depth (a number of bits in a sound sample)
Unit [VCL and LCL] MRVType;
Unit [FMX] fmxMRVType;
type
TRVBitsPerSample = (rvbps8, rvbps16);
Value  | 
Meaning  | 
rvbps8  | 
8 bits, unsigned integer  | 
rvbps16  | 
16 bits, signed integer  | 
See also
•TRVSampleFormat (an advanced version of this type, used for recording)
•TCustomRVMicrophone.BitsPerSample property