Class VLDSVideoLogger.TVLDSVideoLogger
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
Revision as of 00:05, 11 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: VLDSVideoLogger
Inherits: TVLCommonLogger
Contents |
Syntax
Delphi:
type TVLDSVideoLogger = class( TVLCommonLogger )
C++ Builder:
class TVLDSVideoLogger : public TVLCommonLogger
Visual C++ (MFC):
class CTVLDSVideoLogger : public CTVLCommonLogger
C# (.NET):
public ref class TVLDSVideoLogger : Mitov.VideoLab.CommonLogger
Summary
Records Video files using DirectShow.
Description
Requires DirectShow 8.1 or higher.
If you don't want to use DirectShow use the TVLAVILogger component instead.
This DirectShow component can be used to store Video files to disk.
To store video to an Video file, place the component on a form, set the FileName with the name of the Video file to be created, and connect the InputPut pin to the OutputPin of a component generating video data, such as TVLAVIPlayer, TVLDSVideoPlayer, TVLCapture or TVLDSCapture.
Diagram:
Properties
Published
- Graph - The DirectShow Graph.
- VideoCompression - Desired audio compression.
- AudioCompression - Desired audio compression.
- FileName
Methods
Public
- procedure Close() - Closes the current video file.
Pins
- TextInputPin - The Text Input Pin of the Logger.
From TVLCommonLogger
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.