Class ALDSAudioDecompressor.TALDSAudioDecompressor
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
Line 28: | Line 28: | ||
=== C# (.NET): === | === C# (.NET): === | ||
<code> | <code> | ||
− | '''public ref class''' | + | '''public ref class''' DSAudioDecompressor : [[Class ALBasicDecompressor.TALBasicAudioDecompressor|Mitov.AudioLab.BasicAudioDecompressor]] |
</code> | </code> | ||
== Summary == | == Summary == |
Latest revision as of 00:30, 26 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: 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 DSAudioDecompressor : 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.
Diagram:
Properties
Published
- Decompressions - Desired audio decompressions.
- AudioFormat - Desired output audio format.
- Graph - The DirectShow Graph.
Public
- BaseFilter - IBaseFilter interface of the DirectShow filter.
From TALBasicAudioDecompressor
Pins
- OutputPin - The Audio Output Pin of the decompressor.