C#
VB
C++
The AudioFormats object contains a collection of audio formats available for an audio device.
[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
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET