Class VLDSToSinkFilter.TVLDSToSinkFilter
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: VLDSToSinkFilter
Inherits: TMLDSBasicFilter
Contents |
Syntax
Delphi:
type TVLDSToSinkFilter = class( TMLDSBasicFilter )
C++ Builder:
class TVLDSToSinkFilter : public TMLDSBasicFilter
Visual C++ (MFC):
class CTVLDSToSinkFilter : public CTMLDSBasicFilter
C# (.NET):
public ref class TVLDSToSinkFilter : Mitov.VideoLab.DSBasicFilter
Summary
Sends video to a DirectShow filter.
Description
Requires DirectShow 8.1 or higher.
This DirectShow component can be used to send video to DirectShow filter. To use the component, select DirectShow filter, and connect the InputPin to any video source component such as video player or capture component.
Diagram:
Pins
- InputPin - The Video Input Pin of the compressor.
- AudioInputPin - The Audio Input Pin of the component.