CaptureBufferDescription.WaveMapped Property (Microsoft.DirectX.DirectSound)

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.