Class VLDSVideoLogger.TVLDSVideoLogger
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
(6 intermediate revisions by one user not shown) | |||
Line 28: | Line 28: | ||
=== C# (.NET): === | === C# (.NET): === | ||
<code> | <code> | ||
− | '''public ref class''' | + | '''public ref class''' DSVideoLogger : [[Class VLCommonLogger.TVLCommonLogger|Mitov.VideoLab.CommonLogger]] |
</code> | </code> | ||
== Summary == | == Summary == | ||
Line 34: | Line 34: | ||
== Description == | == Description == | ||
− | + | <span style="color:red"><b>Requires DirectShow 8.1 or higher.</b></span> | |
− | + | <span style="color:red"><b>If you don't want to use DirectShow use the | |
− | [[Class VLAVILogger.TVLAVILogger|TVLAVILogger]] component instead.</ | + | [[Class VLAVILogger.TVLAVILogger|TVLAVILogger]] component instead.</b></span> |
This DirectShow component can be used to store Video files to | This DirectShow component can be used to store Video files to | ||
Line 43: | Line 43: | ||
To store video to an Video file, place the component on a | 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 | + | form, set the [[Property VLDSVideoLogger.TVLDSVideoLogger.FileName|FileName]] with the name of the Video file to be |
created, and connect the InputPut pin to the OutputPin of a | created, and connect the InputPut pin to the OutputPin of a | ||
component generating video data, such as [[Class VLAVIPlayer.TVLAVIPlayer|TVLAVIPlayer]], | component generating video data, such as [[Class VLAVIPlayer.TVLAVIPlayer|TVLAVIPlayer]], | ||
[[Class VLDSVideoPlayer.TVLDSVideoPlayer|TVLDSVideoPlayer]], [[Class VLCapture.TVLCapture|TVLCapture]] or [[Class VLDSCapture.TVLDSCapture|TVLDSCapture]]. | [[Class VLDSVideoPlayer.TVLDSVideoPlayer|TVLDSVideoPlayer]], [[Class VLCapture.TVLCapture|TVLCapture]] or [[Class VLDSCapture.TVLDSCapture|TVLDSCapture]]. | ||
+ | |||
+ | |||
+ | |||
+ | <b>Diagram:</b> | ||
+ | |||
+ | [[Image:VLDSVideoLogger_Preview.png]] | ||
== Properties == | == Properties == | ||
Line 54: | Line 60: | ||
*[[Property VLDSVideoLogger.TVLDSVideoLogger.VideoCompression|VideoCompression]] - Desired audio compression. | *[[Property VLDSVideoLogger.TVLDSVideoLogger.VideoCompression|VideoCompression]] - Desired audio compression. | ||
*[[Property VLDSVideoLogger.TVLDSVideoLogger.AudioCompression|AudioCompression]] - Desired audio compression. | *[[Property VLDSVideoLogger.TVLDSVideoLogger.AudioCompression|AudioCompression]] - Desired audio compression. | ||
+ | *[[Property VLDSVideoLogger.TVLDSVideoLogger.FileName|FileName]] | ||
== Methods == | == Methods == | ||
Line 77: | Line 84: | ||
*[[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 88: | Line 94: | ||
=== Published === | === Published === | ||
*[[Property SLCommonFilter.TSLBasicThreadedEnableFilter.Enabled|Enabled]] | *[[Property SLCommonFilter.TSLBasicThreadedEnableFilter.Enabled|Enabled]] | ||
− | |||
− | |||
− | |||
== From [[Class SLCommonFilter.TSLBasicThreadedFilter|TSLBasicThreadedFilter]] == | == From [[Class SLCommonFilter.TSLBasicThreadedFilter|TSLBasicThreadedFilter]] == |
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: 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 DSVideoLogger : 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.