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: TMLDSBasicCommonFilter
Contents |
Syntax
Delphi:
type TMLDSMediaFilter = class( TMLDSBasicCommonFilter )
C++ Builder:
class TMLDSMediaFilter : public TMLDSBasicCommonFilter
Visual C++ (MFC):
class CTMLDSMediaFilter : public CTMLDSBasicCommonFilter
C# (.NET):
public ref class TMLDSMediaFilter : Mitov.MediaLab.DSBasicCommonFilter
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.
PinLists
- InputPins - The Media Input Pins of the filter.
- OutputPins - The output pins of the component.