Caps.ContinuousRate Property |
Language: |
Retrieves whether the Device object supports all sample rates between the MinSecondarySampleRate and MaxSecondarySampleRate values.
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
System.Boolean
This property is read-only.
Value that is set to true if the Device object supports all sample rates between the MinSecondarySampleRate and MaxSecondarySampleRate values; otherwise, false.
Typically, this means that the actual output rate will be within +/- 10 hertz (Hz) of the requested frequency.
Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center