←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Multimedia Assembly