AudioFormat.BitsPerSample Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets the number of bits that are used to store the audio information for a single sample of an audio format.
Assembly: System.Windows (in System.Windows.dll)
Property Value
Type: System.Int32The number of bits that are used to store the audio information for a single sample of an audio format.
The information that is reported by BitsPerSample is also sometimes referred to as bit depth or bit resolution.
You might use BitsPerSample information in your logic to convert byte streams into audio frames as part of an implementation for OnSamples.