Class VLDSVideoPlayer.TVLDSVideoPlayer

From Mitov Wiki Doc
(Difference between revisions)
Jump to: navigation, search
(Automated Syncronization with Documentation)
(Automated Syncronization with Documentation)
 
(4 intermediate revisions by one user not shown)
Line 28: Line 28:
 
=== C# (.NET): ===
 
=== C# (.NET): ===
 
<code>
 
<code>
'''public ref class''' TVLDSVideoPlayer : [[Class MLDSPlayer.TMLDSPlayer|Mitov.VideoLab.DSPlayer]]
+
'''public ref class''' DSVideoPlayer : [[Class MLDSPlayer.TMLDSPlayer|Mitov.VideoLab.DSPlayer]]
 
</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.

BIGVLDSVideoPlayer.gif VLDSVideoPlayer.gif NETVLDSVideoPlayer.gif

Package: VideoLabBasicPkg

Unit: VLDSVideoPlayer

Inherits: TMLDSPlayer

Contents

Syntax

Delphi:

type TVLDSVideoPlayer = class( TMLDSPlayer )

C++ Builder:

class TVLDSVideoPlayer : public TMLDSPlayer

Visual C++ (MFC):

class CTVLDSVideoPlayer : public CTMLDSPlayer

C# (.NET):

public ref class DSVideoPlayer : Mitov.VideoLab.DSPlayer

Summary

Plays Video files using DirectShow.

Description

Requires DirectShow 8.1 or higher.

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

This DirectShow compionent can be used to play Video files.

To play an Video file, place the component on a form, set the FileName with the name of an existing Video file, set the component Enabled property to True, and connect the OutputPut pin to the InputPin of an TVLImageDisplay.


Diagram:

VLDSVideoPlayer Preview.png

Properties

Published

Public

Methods

Public

Pins

Events

From TMLDSPlayer

Properties

Published

Public

Methods

Public

Pins

Events

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox