LEADTOOLS Multimedia (Leadtools.Multimedia assembly) Send comments on this topic. | Back to Introduction | Help Version 17.0.3.22
AudioInput Class
See Also  Members  
Leadtools.Multimedia Namespace : AudioInput Class



The AudioInput Object is an audio input management and informational object.

Object Model

AudioInput Class

Syntax

Visual Basic (Declaration) 
Public Class AudioInput 
Visual Basic (Usage)Copy Code
Dim instance As AudioInput
C# 
public class AudioInput 
C++/CLI 
public ref class AudioInput 

Remarks

Use this object to change the input properties like recording volume, treble, bass, etc. For more detailed information, refer to the Microsoft documentation for the IAMAudioInputMixer Interface.

Inheritance Hierarchy

System.Object
   Leadtools.Multimedia.AudioInput

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also