Class ALASFLogger.TALASFLogger

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

Revision as of 00:17, 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.

BIGALASFLogger.gif ALASFLogger.gif NETALASFLogger.gif

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:

ALASFLogger Preview.png

Properties

Published

Methods

Public

Pins

From TALWMFBaseLogger

Properties

Published

Methods

Public

From TMLWMFBaseSink

Properties

Published

Public

From TMLWMFBaseComponent

Methods

Public

Events

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox