SamplesPerSecond Property
Collapse the table of content
Expand the table of content

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.

Namespace:  System.Windows.Media
Assembly:  System.Windows (in System.Windows.dll)

'Declaration
Public ReadOnly Property SamplesPerSecond As Integer

Property Value

Type: System.Int32
The 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.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1

Windows Phone

Show:
© 2017 Microsoft