C# Class Accord.DirectSound.AudioDeviceInfo

Audio device information.
This class holds information about a particular audio device, such as a microphone, audio card port or anything else which could be detected by DirectSound. Objects from this class are typically obtained through a AudioDeviceCollection collection.
Mostra file Open project: accord-net/framework Class Usage Examples

Public Methods

Method Description
ToString ( ) : string

Returns a System.String representing the audio device.

Private Methods

Method Description
AudioDeviceInfo ( SharpDX.DirectSound.DeviceInformation info ) : System

Method Details

ToString() public method

Returns a System.String representing the audio device.
public ToString ( ) : string
return string