Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.