←Select platform

AudioDevices Class

Summary

The AudioDevices object contains a collection of registered audio devices.

Syntax

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

Remarks

The CaptureCtrl object uses this collection to enumerate and select audio devices. A 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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Multimedia Assembly