CaptureBufferDescription.WaveMapped Property

Language:

Retrieves and sets whether the Microsoft Win32 wave mapper will be used for formats not supported by the device.

Definition

Visual Basic Public Property WaveMapped As Boolean
C# public bool WaveMapped { get; set; }
C++ public:
property bool WaveMapped {
        bool get();
        void set(bool value);
}
JScript public function get WaveMapped() : boolean
public function set WaveMapped(boolean);

Property Value

System.Boolean
Value that is set to true if the Win32 wave mapper will be used for formats not supported by the device; otherwise, false.

This property is read/write. 

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