Share via


Caps.MinSecondarySampleRate Property (Microsoft.DirectX.DirectSound)

Retrieves the maximum sample rate specifications that are supported by this Device object's hardware SecondaryBuffer objects.

Definition

Visual Basic Public ReadOnly Property MinSecondarySampleRate As Integer
C# public int MinSecondarySampleRate { get; }
C++ public:
property int MinSecondarySampleRate {
        int get();
}
JScript public function get MinSecondarySampleRate() : int

Property Value

System.Int32
The maximum sample rate specifications that are supported by this Device object's hardware SecondaryBuffer objects.

This property is read-only.