Share via


MidiSynthesizer.AudioDevice Property

Definition

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.

Applies to