Class VLASFLogger.TVLASFLogger
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
Line 28: | Line 28: | ||
=== C# (.NET): === | === C# (.NET): === | ||
<code> | <code> | ||
− | '''public ref class''' | + | '''public ref class''' ASFLogger : [[Class MLWMFBaseComponent.TALWMFBaseLogger|Mitov.VideoLab.WMFBaseLogger]] |
</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: 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 ASFLogger : 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:
Properties
Published
Methods
Public
- function Open() : Boolean - Opens the file and prepares it for recording.
Pins
- InputPin - The Video Input Pin of the logger.
- AudioInputPin - The Audio Input Pin of the logger.