|
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()
Public Function GetEnumerator As IEnumerator(Of AudioDeviceInfo)
Request Example
View SourceReturn Value
Type:
IEnumeratorAudioDeviceInfo
A
IEnumeratorT that
can be used to iterate through the collection.
See Also