Class ALDSAudioDecompressor.TALDSAudioDecompressor

From Mitov Wiki Doc
Revision as of 00:23, 22 November 2011 by David Alm (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.

BIGALDSAudioDecompressor.gif ALDSAudioDecompressor.gif NETALDSAudioDecompressor.gif

Package: AudioLabPkg

Unit: ALDSAudioDecompressor

Inherits: TALBasicAudioDecompressor

Contents

Syntax

Delphi:

type TALDSAudioDecompressor = class( TALBasicAudioDecompressor )

C++ Builder:

class TALDSAudioDecompressor : public TALBasicAudioDecompressor

Visual C++ (MFC):

class CTALDSAudioDecompressor : public CTALBasicAudioDecompressor

C# (.NET):

public ref class TALDSAudioDecompressor : Mitov.AudioLab.BasicAudioDecompressor

Summary

Decompresses compressed audio using DirectShow.

Description

Requires DirectShow 8.1 or higher.

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


This component can be used decompress compressed audio. It will use any filter available to the Audio Compression Manager(ACM). The compressed data can be received over TCP/IP or UDP decompressed and then played on a fly, allowing Voice over IP type of applications.

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

Properties

Published

Public

From TALBasicAudioDecompressor

Pins

From TALBasicDecompressor

Pins

From TSLBasicThreadedEnableFilter

Properties

Published

Pins

From TSLBasicThreadedFilter

Properties

Published

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox