Class VLSinkFilter.TVLSyncSinkFilter
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: TVLSinkFilter
Contents |
Syntax
Delphi:
type TVLSyncSinkFilter = class( TVLSinkFilter )
C++ Builder:
class TVLSyncSinkFilter : public TVLSinkFilter
Visual C++ (MFC):
class CTVLSyncSinkFilter : public CTVLSinkFilter
C# (.NET):
public ref class TVLSyncSinkFilter : Mitov.VideoLab.SinkFilter
Summary
Basic abstract class for synchronizable filters with video input.
Description
Defines a basic synchronizable Sink video filter. The filter has one video input pin and not video outputs. A number of components inherit from this class.
Properties
Published
- SynchronizeType - Type of thread buffer synchronization.
From TVLSinkFilter
Pins
- InputPin - The Video Input Pin of the filter.