RealtimeAudioFormat.SampleRate Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the sample rate of the audio in Hertz.
public:
property int SampleRate { int get(); void set(int value); };
public int SampleRate { get; init; }
member this.SampleRate : int with get, set
Public Property SampleRate As Integer