AudioDevices Class

Summary

Contains a collection of registered audio devices.

Syntax
C#
VB
C++
public class AudioDevices : Devices 
Public Class AudioDevices  
   Inherits Devices 
   Implements System.Collections.Generic.IEnumerable(Of Device), System.Collections.IEnumerable  
public ref class AudioDevices : public Devices, System.Collections.Generic.IEnumerable<Device>, System.Collections.IEnumerable   

Remarks

The CaptureCtrl object uses this collection to enumerate and select audio devices. An AudioDevices object is not externally creatable and is only obtained through the parent object's AudioDevices property. This collection object is derived from the general Devices object collection base class.

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MediaFoundation Assembly