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: TMLDSBasicSourceFilter
Contents | 
Syntax
Delphi:
type TVLDSFromSourceFilter = class( TMLDSBasicSourceFilter )
C++ Builder:
class TVLDSFromSourceFilter : public TMLDSBasicSourceFilter
Visual C++ (MFC):
class CTVLDSFromSourceFilter : public CTMLDSBasicSourceFilter
C# (.NET):
public ref class DSFromSourceFilter : Mitov.VideoLab.DSBasicSourceFilter
Summary
Captures video from DirectShow filter.
Description
Requires DirectShow 8.1 or higher.
Use this component to capture video data from DirectShow filter.
Diagram:
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.
 - VideoPreview - Controls the video preview.
 
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.
 - ClockPin - The external clock pin for the source filter.
 
