TRVSamplesPerSec

<< Click to display table of contents >>

TRVSamplesPerSec

Specifies a sample rate (a number of sound samples read in a second).

Unit [VCL and LCL] MRVType;

Unit [FMX] fmxMRVType;

type

  TRVSamplesPerSec = (rvsps8000, rvsps11025, rvsps22050, rvsps44100,

    rvsps48000, rvsps96000, rvsps192000);

Value

Meaning

rvsps8000

8000 Hz

rvsps11025

11025 Hz

rvsps22050

22050 Hz

rvsps44100

44100 Hz

rvsps96000

96000 Hz

rvsps192000

192000 Hz

See also

TCustomRVMicrophone.SamplesPerSec property