AudioRenderers Class

Summary

The AudioRenderers object contains a collection of registered audio renderers.

Syntax
C#
VB
C++
public class AudioRenderers : Renderers 
Public Class AudioRenderers  
   Inherits Renderers 
   Implements System.Collections.Generic.IEnumerable(Of Renderer), System.Collections.IEnumerable, System.IDisposable  
public ref class AudioRenderers : public Renderers, System.Collections.Generic.IEnumerable<Renderer>, System.Collections.IEnumerable, System.IDisposable   

Remarks

The AudioRenderers object contains a collection of registered audio renderers. The PlayCtrl and CaptureCtrl objects use the collection to enumerate and select audio renderers. An AudioRenderers collection object is not externally creatable and is only obtained through the parent object's AudioRenderers property. This collection object is derived from the general Renderers 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.Multimedia Assembly