Class ALDSAudioCompressor.TALDSAudioCompressor

From Mitov Wiki Doc
Jump to: navigation, search

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.

BIGALDSAudioCompressor.gif ALDSAudioCompressor.gif NETALDSAudioCompressor.gif

Package: AudioLabPkg

Unit: ALDSAudioCompressor

Inherits: TALBasicAudioCompressor

Contents

Syntax

Delphi:

type TALDSAudioCompressor = class( TALBasicAudioCompressor )

C++ Builder:

class TALDSAudioCompressor : public TALBasicAudioCompressor

Visual C++ (MFC):

class CTALDSAudioCompressor : public CTALBasicAudioCompressor

C# (.NET):

public ref class DSAudioCompressor : Mitov.AudioLab.BasicAudioCompressor

Summary

Compresses audio using DirectShow.

Description

Requires DirectShow 8.1 or higher.

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


This component can be used compress audio. It will use any filter available to the Audio Compression Manager(ACM). The compressed data can be sent over TCP/IP or UDP.

To use the component, connect the input pin to a audio source pin. The output pin can be connected to any component that accepts generic data buffer.


Diagram:

ALDSAudioCompressor Preview.png

Properties

Published

Public

From TALBasicAudioCompressor

Pins

From TALBasicCompressor

Pins

From TSLBasicThreadedEnableFilter

Properties

Published

From TSLBasicThreadedFilter

Properties

Published

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox