Class VLAVILogger.TVLAVILogger
|  (Automated Syncronization with Documentation) |  (Automated Syncronization with Documentation) | ||
| (4 intermediate revisions by one user not shown) | |||
| Line 28: | Line 28: | ||
| === C# (.NET): === | === C# (.NET): === | ||
| <code> | <code> | ||
| − | '''public ref class'''  | + | '''public ref class''' AVILogger : [[Class VLCommonLogger.TVLCommonLogger|Mitov.VideoLab.CommonLogger]] | 
| </code> | </code> | ||
| == Summary == | == Summary == | ||
Latest revision as of 00:30, 26 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 AVILogger : 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.




