Class VLCommonLogger.TVLCommonLogger
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
Line 47: | Line 47: | ||
*[[Pin VLCommonLogger.TVLCommonLogger.InputPin|InputPin]] - The Video Input Pin of the logger. | *[[Pin VLCommonLogger.TVLCommonLogger.InputPin|InputPin]] - The Video Input Pin of the logger. | ||
*[[Pin VLCommonLogger.TVLCommonLogger.AudioInputPin|AudioInputPin]] - The Audio Input Pin of the Logger. | *[[Pin VLCommonLogger.TVLCommonLogger.AudioInputPin|AudioInputPin]] - The Audio Input Pin of the Logger. | ||
− | |||
== Events == | == Events == | ||
Line 58: | Line 57: | ||
=== Published === | === Published === | ||
*[[Property SLCommonFilter.TSLBasicThreadedEnableFilter.Enabled|Enabled]] | *[[Property SLCommonFilter.TSLBasicThreadedEnableFilter.Enabled|Enabled]] | ||
− | |||
− | |||
− | |||
== From [[Class SLCommonFilter.TSLBasicThreadedFilter|TSLBasicThreadedFilter]] == | == From [[Class SLCommonFilter.TSLBasicThreadedFilter|TSLBasicThreadedFilter]] == |
Revision as of 20:28, 10 June 2013
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 TVLCommonLogger : 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.