SpeechAudioFormatInfo.SamplesPerSecond Property

Gets the samples per second of the audio format.

Namespace: Microsoft.Speech.AudioFormat
Assembly: Microsoft.Speech (in microsoft.speech.dll)

Syntax

'Declaration
Public ReadOnly Property SamplesPerSecond As Integer
public int SamplesPerSecond { get; }
public:
property int SamplesPerSecond {
    int get ();
}
/** @property */
public int get_SamplesPerSecond ()
public function get SamplesPerSecond () : int

Property Value

An int containing the samples per second value.

Thread Safety

All public static (Shared in Visual Basic) members of this type are thread-safe. Instance members are not guaranteed to be thread-safe.

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003, Windows Vista Ultimate Edition, Windows Vista Business Edition, Windows Vista Enterprise Edition

Target Platforms

See Also

Reference

SpeechAudioFormatInfo Class
SpeechAudioFormatInfo Members
Microsoft.Speech.AudioFormat Namespace