Class ALASFLogger.TALASFLogger
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
Revision as of 00:07, 11 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.
Package: AudioLabPkg
Unit: ALASFLogger
Inherits: TALWMFBaseLogger
Contents |
Syntax
Delphi:
type TALASFLogger = class( TALWMFBaseLogger )
C++ Builder:
class TALASFLogger : public TALWMFBaseLogger
Visual C++ (MFC):
class CTALASFLogger : public CTALWMFBaseLogger
C# (.NET):
public ref class TALASFLogger : Mitov.AudioLab.WMFBaseLogger
Summary
Records the audio to WMA or ASF file.
Description
Requires DirectShow 8.1 or higher.
If you don't want to use DirectShow use the TALWaveLogger component instead.
This component also requires Windows Media Encoder. Please visit:
[[1]]to obtain a copy of Windows Media Encoder.
This DirectShow component can be used to store Audio files to disk in Advanced Systems Format (ASF and WMA) using Windows Media Encoding.
To store audio to an Audio file, place the component on a form, set the FileName with the name of the Audio file to be created, and connect the InputPut pin to the OutputPin of a component generating Audio data, such as TALWavePlayer, TALDSAudioPlayer, TALAudioIn or TALDSAudioIn. You will also have to set the Profile properties such as the Profile FileName.
Diagram:
Properties
Published
Methods
Public
- function Open() : Boolean - Opens the component and prepares it for recording.
Pins
- InputPin - The Audio Input Pin of the component.