Class ALDSAudioCompressor.TALDSAudioCompressor
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
(6 intermediate revisions by one user not shown) | |||
Line 28: | Line 28: | ||
=== C# (.NET): === | === C# (.NET): === | ||
<code> | <code> | ||
− | '''public ref class''' | + | '''public ref class''' DSAudioCompressor : [[Class ALBasicCompressor.TALBasicAudioCompressor|Mitov.AudioLab.BasicAudioCompressor]] |
</code> | </code> | ||
== Summary == | == Summary == | ||
Line 34: | Line 34: | ||
== Description == | == Description == | ||
− | + | <span style="color:red"><b>Requires DirectShow 8.1 or higher.</b></span> | |
− | + | <span style="color:red"><b>If you don't want to use DirectShow use the | |
− | [[Class ALAudioCompressor.TALAudioCompressor|TALAudioCompressor]] component instead.</ | + | [[Class ALAudioCompressor.TALAudioCompressor|TALAudioCompressor]] component instead.</b></span> |
Line 48: | Line 48: | ||
pin. The output pin can be connected to any component that | pin. The output pin can be connected to any component that | ||
accepts generic data buffer. | accepts generic data buffer. | ||
+ | |||
+ | |||
+ | |||
+ | <b>Diagram:</b> | ||
+ | |||
+ | [[Image:ALDSAudioCompressor_Preview.png]] | ||
== Properties == | == Properties == | ||
Line 74: | Line 80: | ||
=== Published === | === Published === | ||
*[[Property SLCommonFilter.TSLBasicThreadedEnableFilter.Enabled|Enabled]] | *[[Property SLCommonFilter.TSLBasicThreadedEnableFilter.Enabled|Enabled]] | ||
− | |||
− | |||
− | |||
== From [[Class SLCommonFilter.TSLBasicThreadedFilter|TSLBasicThreadedFilter]] == | == From [[Class SLCommonFilter.TSLBasicThreadedFilter|TSLBasicThreadedFilter]] == |
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: 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:
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.