Class ALAudioIn.TALAudioIn

From Mitov Wiki Doc
(Difference between revisions)
Jump to: navigation, search
(Automated Syncronization with Documentation)
(Automated Syncronization with Documentation)

Revision as of 23:53, 25 June 2013

This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.

BIGALAudioIn.gif ALAudioIn.gif NETALAudioIn.gif

Package: AudioLabEssentialPkg

Unit: ALAudioIn

Inherits: TLPComponent

Contents

Syntax

Delphi:

type TALAudioIn = class( TLPComponent )

C++ Builder:

class TALAudioIn : public TLPComponent

Visual C++ (MFC):

class CTALAudioIn : public CTLPComponent

C# (.NET):

public ref class TALAudioIn : Mitov.AudioLab.Component

Summary

Captures audio from an audio input device.

Description

Use this component to capture audio data from an input device such as Microphone, Modem, or TV/Radio Tuner.


To capture data from a device, place the component on a form, select the driver of the device to use for capturing, set the Enabled property of the component to True, and connect the output pin to an InputPin of a component capable of receiving audio data, as example a TALWaveLogger or TALAudioOut.


Diagram:

ALAudioIn Preview.png

Properties

Published

Methods

Public

Pins

Events

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox