Class VLASFLogger.TVLASFLogger

From Mitov Wiki Doc
(Difference between revisions)
Jump to: navigation, search
(Automated Syncronization with Documentation)
 
(Automated Syncronization with Documentation)
Line 34: Line 34:
  
 
== Description ==
 
== Description ==
<b><span style="color:red">Requires DirectShow 8.1 or higher.</span></b>
+
<span style="color:red"><b>Requires DirectShow 8.1 or higher.</b></span>
  
<b><span style="color:red">If you don't want to use DirectShow use the
+
<span style="color:red"><b>If you don't want to use DirectShow use the
[[Class VLAVILogger.TVLAVILogger|TVLAVILogger]] component instead.</span></b>
+
[[Class VLAVILogger.TVLAVILogger|TVLAVILogger]] component instead.</b></span>
  
<b><span style="color:red">This component also requires Windows Media
+
<span style="color:red"><b>This component also requires Windows Media
Encoder. Please visit:</span></b>
+
Encoder. Please visit:</b></span>
  
[[http://www.microsoft.com/windows/windowsmedia/forpros/encoder/default.mspx]]<b><span style="color:red">to obtain a copy of Windows Media Encoder.</span></b>
+
[[http://www.microsoft.com/windows/windowsmedia/forpros/encoder/default.mspx]]<span style="color:red"><b>to obtain a copy of Windows Media Encoder.</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 49: Line 49:
  
 
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 VLASFLogger.TVLASFLogger.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:VLASFLogger_Preview.png]]
 +
 +
== Properties ==
 +
 +
=== Published ===
 +
*[[Property VLASFLogger.TVLASFLogger.FileName|FileName]]
  
 
== Methods ==
 
== Methods ==
Line 75: Line 86:
 
*[[Method function MLWMFBaseComponent.TALWMFBaseLogger.Open() : Boolean|function Open() : Boolean]]
 
*[[Method function MLWMFBaseComponent.TALWMFBaseLogger.Open() : Boolean|function Open() : Boolean]]
 
*[[Method procedure MLWMFBaseComponent.TALWMFBaseLogger.Close()|procedure Close()]]
 
*[[Method procedure MLWMFBaseComponent.TALWMFBaseLogger.Close()|procedure Close()]]
 
== Pins ==
 
*[[Pin MLWMFBaseComponent.TALWMFBaseLogger.FileNamePin|FileNamePin]]
 
  
 
== From [[Class MLWMFBaseComponent.TMLWMFBaseSink|TMLWMFBaseSink]] ==
 
== From [[Class MLWMFBaseComponent.TMLWMFBaseSink|TMLWMFBaseSink]] ==
Line 90: Line 98:
 
=== Public ===
 
=== Public ===
 
*[[Property MLWMFBaseComponent.TMLWMFBaseSink.Opened|Opened]]
 
*[[Property MLWMFBaseComponent.TMLWMFBaseSink.Opened|Opened]]
 
== Pins ==
 
*[[Pin MLWMFBaseComponent.TMLWMFBaseSink.EnablePin|EnablePin]]
 
  
 
== From [[Class MLWMFBaseComponent.TMLWMFBaseComponent|TMLWMFBaseComponent]] ==
 
== From [[Class MLWMFBaseComponent.TMLWMFBaseComponent|TMLWMFBaseComponent]] ==

Revision as of 20:29, 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.

BIGVLASFLogger.gif VLASFLogger.gif NETVLASFLogger.gif

Package: VideoLabPkg

Unit: VLASFLogger

Inherits: TALWMFBaseLogger

Contents

Syntax

Delphi:

type TVLASFLogger = class( TALWMFBaseLogger )

C++ Builder:

class TVLASFLogger : public TALWMFBaseLogger

Visual C++ (MFC):

class CTVLASFLogger : public CTALWMFBaseLogger

C# (.NET):

public ref class TVLASFLogger : Mitov.VideoLab.WMFBaseLogger

Summary

Records ASF and WMV Video Files.

Description

Requires DirectShow 8.1 or higher.

If you don't want to use DirectShow use the TVLAVILogger component instead.

This component also requires Windows Media Encoder. Please visit:

[[1]]to obtain a copy of Windows Media Encoder.

This DirectShow component can be used to store Video files to disk in Advanced Systems Format (ASF and WMV) using Windows Media Encoding.

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:

VLASFLogger Preview.png

Properties

Published

Methods

Public

Pins

From TALWMFBaseLogger

Properties

Published

Methods

Public

From TMLWMFBaseSink

Properties

Published

Public

From TMLWMFBaseComponent

Methods

Public

Events

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox