Share via


Caps.MaxSecondarySampleRate 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 MaxSecondarySampleRate As Integer
C# public int MaxSecondarySampleRate { get; }
C++ public:
property int MaxSecondarySampleRate {
        int get();
}
JScript public function get MaxSecondarySampleRate() : 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.