Class MLDSMediaFilter.TMLDSMediaFilter
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: MediaLabPkg
Unit: MLDSMediaFilter
Inherits: TMLDSCommonRawFilter
Contents |
Syntax
Delphi:
type TMLDSMediaFilter = class( TMLDSCommonRawFilter )
C++ Builder:
class TMLDSMediaFilter : public TMLDSCommonRawFilter
Visual C++ (MFC):
class CTMLDSMediaFilter : public CTMLDSCommonRawFilter
C# (.NET):
public ref class DSMediaFilter : Mitov.MediaLab.DSCommonRawFilter
Summary
Passes media trough a DirectShow filter.
Description
Requires DirectShow 8.1 or higher.
This DirectShow component can be used to pass media trough DirectShow filter.
Diagram:
PinLists
- InputPins - The Media Input Pins of the filter.
- OutputPins - The output pins of the component.