Class ALDSToSinkFilter.TALDSToSinkFilter
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: ALDSToSinkFilter
Inherits: TMLDSBasicFilter
Contents |
Syntax
Delphi:
type TALDSToSinkFilter = class( TMLDSBasicFilter )
C++ Builder:
class TALDSToSinkFilter : public TMLDSBasicFilter
Visual C++ (MFC):
class CTALDSToSinkFilter : public CTMLDSBasicFilter
C# (.NET):
public ref class TALDSToSinkFilter : Mitov.AudioLab.DSBasicFilter
Summary
Sends audio to a DirectShow filter.
Description
Requires DirectShow 8.1 or higher.
This DirectShow component can be used to send audio to DirectShow filter. To use the component, select DirectShow filter, and connect the InputPin to any audio source component such as audio player or capture component.
Diagram:
Pins
- InputPin - The Audio Input Pin of the component.