Class ALDSAudioIn.TALDSAudioIn

From Mitov Wiki Doc
(Difference between revisions)
Jump to: navigation, search
(Automated Syncronization with Documentation)
(Automated Syncronization with Documentation)
 
(2 intermediate revisions by one user not shown)
Line 28: Line 28:
 
=== C# (.NET): ===
 
=== C# (.NET): ===
 
<code>
 
<code>
'''public ref class''' TALDSAudioIn : [[Class LPComponent.TLPComponent|Mitov.AudioLab.Component]]
+
'''public ref class''' DSAudioIn : [[Class LPComponent.TLPComponent|Mitov.AudioLab.Component]]
 
</code>
 
</code>
 
== Summary ==
 
== Summary ==

Latest revision as of 00:30, 26 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.

BIGALDSAudioIn.gif ALDSAudioIn.gif NETALDSAudioIn.gif

Package: AudioLabEssentialPkg

Unit: ALDSAudioIn

Inherits: TLPComponent

Contents

Syntax

Delphi:

type TALDSAudioIn = class( TLPComponent )

C++ Builder:

class TALDSAudioIn : public TLPComponent

Visual C++ (MFC):

class CTALDSAudioIn : public CTLPComponent

C# (.NET):

public ref class DSAudioIn : Mitov.AudioLab.Component

Summary

Captures audio from an audio input device using DirectShow.

Description

Requires DirectShow 8.1 or higher.

If you don't want to use DirectShow use the TALAudioIn component instead.

DirectShow based audio capture component.

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 video data, as example a TALWaveLogger, TALAudioOut or TALDSAudioOut.


Diagram:

ALDSAudioIn Preview.png

Properties

Published

Public

Methods

Public

Pins

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox