Get the audio sample rate

Namespace: Cartella.Interfaces
Assembly: AssetManagementSystem (in AssetManagementSystem.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
int SampleRate { get; }
Visual Basic
ReadOnly Property SampleRate As Integer
	Get
Visual C++
property int SampleRate {
	int get ();
}

See Also