







|
| SpeechAudioFormatInfo..::..SamplesPerSecond Property |
| SpeechAudioFormatInfo Class See Also Send Feedback |
Gets the samples per second of the audio.
Namespace:
Microsoft.Speech.AudioFormat
Assembly:
Microsoft.Speech (in Microsoft.Speech.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property SamplesPerSecond As Integer Get |
| Visual Basic (Usage) |
|---|
Dim instance As SpeechAudioFormatInfo Dim value As Integer value = instance.SamplesPerSecond |
| C# |
|---|
public int SamplesPerSecond { get; } |
