Class ALDSFromSourceFilter.TALDSFromSourceFilter
From Mitov Wiki Doc
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: ALDSFromSourceFilter
Inherits: TMLDSBasicSourceFilter
Contents |
Syntax
Delphi:
type TALDSFromSourceFilter = class( TMLDSBasicSourceFilter )
C++ Builder:
class TALDSFromSourceFilter : public TMLDSBasicSourceFilter
Visual C++ (MFC):
class CTALDSFromSourceFilter : public CTMLDSBasicSourceFilter
C# (.NET):
public ref class TALDSFromSourceFilter : Mitov.AudioLab.DSBasicSourceFilter
Summary
Captures audio from DirectShow filter.
Description
Requires DirectShow 8.1 or higher.
Use this component to capture audio data from DirectShow filter.
Diagram:
Properties
Published
- Enabled - Enables/Disables(Starts/Stops) the DirectShow filter.
- AudioFormat - Desired output audio format.
- PumpType - Specifies the pump type of the component.
- PumpPriority - Specifies the priority of the component as a pump.
- ClockSource - Specifies what should be the desired Clock Source for the Audio data transfer.
Methods
Public
- function Open() : Boolean - Opens the DirectShow filter.
- procedure Close() - Closes the DirectShow filter.
- procedure Start() - Starts the DirectShow filter.
- procedure Stop() - Stops the DirectShow filter.
Pins
- OutputPin - The Audio Output Pin of the channel.
- ClockPin - The external clock pin for the source filter.