AudioFormat.SamplesPerSecond Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets the number of samples per second that are provided by the audio format.
Assembly: System.Windows (in System.Windows.dll)
Property Value
Type: System.Int32The number of samples per second that are provided by the audio format.
The information that is reported by SamplesPerSecond is also sometimes referred to as bit rate or sampling rate. When reported as a kilohertz (KHz) value in customer UI, this number is SamplesPerSecond divided by 1000.
SamplesPerSecond information might be used in your logic to convert byte streams into audio frames as part of an implementation for OnSamples.