sampleRate property
The sampleRate
property of the AudioBuffer returns a
float representing the sample rate, in samples per second, of the PCM data
stored in the buffer.
Implementation
TauSampleRate get sampleRate;
The sampleRate
property of the AudioBuffer returns a
float representing the sample rate, in samples per second, of the PCM data
stored in the buffer.
TauSampleRate get sampleRate;