Class VLDSFromSourceFilter.TVLDSFromSourceFilter
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: VideoLabPkg
Unit: VLDSFromSourceFilter
Inherits: TMLDSBasicFilter
Contents |
Syntax
Delphi:
type TVLDSFromSourceFilter = class( TMLDSBasicFilter )
C++ Builder:
class TVLDSFromSourceFilter : public TMLDSBasicFilter
Visual C++ (MFC):
class CTVLDSFromSourceFilter : public CTMLDSBasicFilter
C# (.NET):
public ref class TVLDSFromSourceFilter : Mitov.VideoLab.DSBasicFilter
Summary
Captures video from DirectShow filter.
Description
Requires DirectShow 8.1 or higher.
Use this component to capture video data from DirectShow filter.
Properties
Published
- Enabled - Enables/Disables the compressor.
- 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 Video 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 Video Output Pin of the component.
- EnablePin - The enable pin of the component.
- ClockPin - The external clock pin for the source filter.