MidiSynthesizer.AudioDevice Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the audio output device being used by this instance of the Microsoft MIDI synthesizer.
public:
property DeviceInformation ^ AudioDevice { DeviceInformation ^ get(); };
DeviceInformation AudioDevice();
public DeviceInformation AudioDevice { get; }
var deviceInformation = midiSynthesizer.audioDevice;
Public ReadOnly Property AudioDevice As DeviceInformation
Property Value
An object that represents the audio output device. Use the methods and properties of this object to further identify the device.