AudioFormats Class

Summary
The AudioFormats object contains a collection of audio formats available for an audio device.
Syntax
C#
VB
C++
[DefaultMemberAttribute("Item")] 
public class AudioFormats : IEnumerable<AudioFormat>, IEnumerable, IDisposable 
<DefaultMemberAttribute("Item")> 
Public Class AudioFormats  
   Implements System.Collections.Generic.IEnumerable(Of AudioFormat), System.Collections.IEnumerable, System.IDisposable  
[DefaultMemberAttribute("Item")] 
public ref class AudioFormats : public System.Collections.Generic.IEnumerable<AudioFormat>, System.Collections.IEnumerable, System.IDisposable   
Remarks

The CaptureCtrl object uses this collection to enumerate and select audio formats. An AudioFormats object is not externally creatable and is only obtained through the CaptureCtrl.AudioCaptureFormats property.

Requirements

Target Platforms

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

Leadtools.Multimedia Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.