Class VLSinkFilter.TVLSinkFilter
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: VideoLabBasicPkg
Unit: VLSinkFilter
Inherits: TSLBasicThreadedEnableFilter
Contents |
Syntax
Delphi:
type TVLSinkFilter = class( TSLBasicThreadedEnableFilter )
C++ Builder:
class TVLSinkFilter : public TSLBasicThreadedEnableFilter
Visual C++ (MFC):
class CTVLSinkFilter : public CTSLBasicThreadedEnableFilter
C# (.NET):
public ref class TVLSinkFilter : Mitov.VideoLab.BasicThreadedEnableFilter
Summary
Basic abstract class for filters with video input.
Description
Defines a basic Sink video filter. The filter has one video input pin and not video outputs. A number of components inherit from this class.
Pins
- InputPin - The Video Input Pin of the filter.