| WaveFormatSampleRate Property  | 
            Gets or sets the sample rate, in samples per second (hertz). (nSamplesPerSec)
            
 
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntaxpublic int SampleRate { get; set; }Public Property SampleRate As Integer
	Get
	Set
public:
property int SampleRate {
	int get ();
	void set (int value);
}member SampleRate : int with get, set
Property Value
Type: 
Int32
Remarks
            If WaveFormatTag is PCM, then common values are 8.0 kHz, 11.025 kHz, 22.05 kHz, and 44.1 kHz.
            For non-PCM formats, this member must be computed according to the manufacturer's specification of the format tag.
            
See Also