Click or drag to resize
WaveFormatSampleRate Property
Gets or sets the sample rate, in samples per second (hertz). (nSamplesPerSec)

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public int SampleRate { 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