AudioConfigSampleRate Property |
Gets the Sample rate of the audio data.
Namespace: StreamCoders.WaveAssembly: MediaSuite (in MediaSuite.dll) Version: 2.0.5.0 (2.0.5.0)
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
The sample rate.
See Also