Click or drag to resize
ToneGeneratorSampleFrequency Property
Gets or sets the sample frequency of the PCM stream. Allowed values are: 8000, 16000.

Namespace: StreamCoders.Signals
Assembly: MediaSuite (in MediaSuite.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public int SampleFrequency { get; set; }

Property Value

Type: Int32
The sample frequency.
See Also