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