Class VLCommonLogger.TVLCommonLogger
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: VLCommonLogger
Inherits: TSLBasicThreadedEnableFilter
Contents |
Syntax
Delphi:
type TVLCommonLogger = class( TSLBasicThreadedEnableFilter )
C++ Builder:
class TVLCommonLogger : public TSLBasicThreadedEnableFilter
Visual C++ (MFC):
class CTVLCommonLogger : public CTSLBasicThreadedEnableFilter
C# (.NET):
public ref class CommonLogger : Mitov.VideoLab.BasicThreadedEnableFilter
Summary
Base abstract class for non DirectShow video logger components.
Description
This is the abstract base class for all the non DirectShow video logger components.
Properties
Published
- FileName - Name of the file to be Logged.
Public
- CurrentFrame - Current video frame recorded.
- CurrentTime - Current time recorded.
Pins
- InputPin - The Video Input Pin of the logger.
- AudioInputPin - The Audio Input Pin of the Logger.
Events
- OnProgress - Logger progress notification event.