Class VLDSVideoLogger.TVLDSVideoLogger

From Mitov Wiki Doc
Jump to: navigation, search

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.

BIGVLDSVideoLogger.gif VLDSVideoLogger.gif NETVLDSVideoLogger.gif

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:

VLDSVideoLogger Preview.png

Properties

Published

Methods

Public

Pins

From TVLCommonLogger

Properties

Published

Public

Pins

Events

From TSLBasicThreadedEnableFilter

Properties

Published

From TSLBasicThreadedFilter

Properties

Published

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox