Class ALDSAudioCompressor.TALDSAudioCompressor
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: 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 TALDSAudioCompressor : 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.
Properties
Published
- Compressions - Desired audio compression.
- Graph - The DirectShow Graph.
Public
- BaseFilter - IBaseFilter interface of the DirectShow filter.
From TALBasicAudioCompressor
Pins
- InputPin - The Audio Input Pin of the compressor.