Click or drag to resize
Accord.NET (logo)

AudioDeviceCollectionGetEnumerator Method

Returns an enumerator that iterates through the device collection.

Namespace:  Accord.DirectSound
Assembly:  Accord.Audio.DirectSound (in Accord.Audio.DirectSound.dll) Version: 3.8.0
Syntax
public IEnumerator<AudioDeviceInfo> GetEnumerator()
Request Example View Source

Return Value

Type: IEnumeratorAudioDeviceInfo
A IEnumeratorT that can be used to iterate through the collection.
See Also