Share via


Caps.ContinuousRate Property (Microsoft.DirectX.DirectSound)

Retrieves whether the Device object supports all sample rates between the MinSecondarySampleRate and MaxSecondarySampleRate values.

Definition

Visual Basic Public ReadOnly Property ContinuousRate As Boolean
C# public bool ContinuousRate { get; }
C++ public:
property bool ContinuousRate {
        bool get();
}
JScript public function get ContinuousRate() : boolean

Property Value

System.Boolean
Value that is set to true if the Device object supports all sample rates between the MinSecondarySampleRate and MaxSecondarySampleRate values; otherwise, false.

This property is read-only. 

Remarks

Typically, this means that the actual output rate will be within +/- 10 hertz (Hz) of the requested frequency.