Class VLAVILogger.TVLAVILogger

From Mitov Wiki Doc
(Difference between revisions)
Jump to: navigation, search
(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.  
*[[Pin VLCommonLogger.TVLCommonLogger.FileNamePin|FileNamePin]] - The File Name pin of the Logger.
 
  
 
== Events ==
 
== Events ==
Line 81: Line 87:
 
=== Published ===
 
=== Published ===
 
*[[Property SLCommonFilter.TSLBasicThreadedEnableFilter.Enabled|Enabled]]
 
*[[Property SLCommonFilter.TSLBasicThreadedEnableFilter.Enabled|Enabled]]
 
== Pins ==
 
*[[Pin SLCommonFilter.TSLBasicThreadedEnableFilter.EnablePin|EnablePin]]
 
  
 
== 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.

BIGVLAVILogger.gif VLAVILogger.gif NETVLAVILogger.gif

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:

VLAVILogger Preview.png

Properties

Published

Methods

Public

Events

From TVLCommonLogger

Properties

Published

Public

Pins

Events

From TSLBasicThreadedEnableFilter

Properties

Published

From TSLBasicThreadedFilter

Properties

Published

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox