Class VLAVILogger.TVLAVILogger
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
Line 37: | Line 37: | ||
To store video to an AVI file, place the component on a form, | To store video to an AVI file, place the component on a form, | ||
− | set the FileName with the name of the AVI file to be created, | + | set the [[Property VLAVILogger.TVLAVILogger.FileName|FileName]] with the name of the AVI file to be created, |
and connect the InputPut pin to the OutputPin of a component | and connect the InputPut pin to the OutputPin of a component | ||
generating video data, such as [[Class VLAVIPlayer.TVLAVIPlayer|TVLAVIPlayer]] or [[Class VLCapture.TVLCapture|TVLCapture]]. | generating video data, such as [[Class VLAVIPlayer.TVLAVIPlayer|TVLAVIPlayer]] or [[Class VLCapture.TVLCapture|TVLCapture]]. | ||
+ | |||
+ | |||
+ | |||
+ | <b>Diagram:</b> | ||
+ | |||
+ | [[Image:VLAVILogger_Preview.png]] | ||
== Properties == | == Properties == | ||
Line 47: | Line 53: | ||
*[[Property VLAVILogger.TVLAVILogger.AudioCompression|AudioCompression]] - Desired audio compression. | *[[Property VLAVILogger.TVLAVILogger.AudioCompression|AudioCompression]] - Desired audio compression. | ||
*[[Property VLAVILogger.TVLAVILogger.ColorBits|ColorBits]] - Number of bits for the logging. | *[[Property VLAVILogger.TVLAVILogger.ColorBits|ColorBits]] - Number of bits for the logging. | ||
+ | *[[Property VLAVILogger.TVLAVILogger.FileName|FileName]] | ||
== Methods == | == Methods == | ||
Line 70: | Line 77: | ||
*[[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 81: | Line 87: | ||
=== 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: VLAVILogger
Inherits: TVLCommonLogger
Contents |
Syntax
Delphi:
type TVLAVILogger = class( TVLCommonLogger )
C++ Builder:
class TVLAVILogger : public TVLCommonLogger
Visual C++ (MFC):
class CTVLAVILogger : public CTVLCommonLogger
C# (.NET):
public ref class TVLAVILogger : Mitov.VideoLab.CommonLogger
Summary
Records AVI Video files.
Description
Use this component to store AVI files to disk.
To store video to an AVI file, place the component on a form, set the FileName with the name of the AVI file to be created, and connect the InputPut pin to the OutputPin of a component generating video data, such as TVLAVIPlayer or TVLCapture.
Diagram:
Properties
Published
- Compression - Desired video compression.
- AudioCompression - Desired audio compression.
- ColorBits - Number of bits for the logging.
- FileName
Methods
Public
- procedure Close() - Closed the current video file.
Events
- OnError - Occurs on ASF file error.
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.