Class VLDVDPlayer.TVLDVDPlayer

From Mitov Wiki Doc
(Difference between revisions)
Jump to: navigation, search
(Automated Syncronization with Documentation)
 
(Automated Syncronization with Documentation)
 
(7 intermediate revisions by one user not shown)
Line 28: Line 28:
 
=== C# (.NET): ===
 
=== C# (.NET): ===
 
<code>
 
<code>
'''public ref class''' TVLDVDPlayer : [[Class LPComponent.TLPComponent|Mitov.VideoLab.Component]]
+
'''public ref class''' DVDPlayer : [[Class LPComponent.TLPComponent|Mitov.VideoLab.Component]]
 
</code>
 
</code>
 
== Summary ==
 
== Summary ==
Line 42: Line 42:
  
 
This DirectShow component can be used to play DVDs.
 
This DirectShow component can be used to play DVDs.
 +
 +
 +
 +
<b>Diagram:</b>
 +
 +
[[Image:VLDVDPlayer_Preview.png]]
  
 
== Properties ==
 
== Properties ==
Line 94: Line 100:
 
*[[Method procedure VLDVDPlayer.TVLDVDPlayer.Open()|procedure Open()]] - Opens the DVD player and creates a DirecShow graph.  
 
*[[Method procedure VLDVDPlayer.TVLDVDPlayer.Open()|procedure Open()]] - Opens the DVD player and creates a DirecShow graph.  
 
*[[Method procedure VLDVDPlayer.TVLDVDPlayer.Close()|procedure Close()]] - Closes the DVD player destroys the DirectShow graph.  
 
*[[Method procedure VLDVDPlayer.TVLDVDPlayer.Close()|procedure Close()]] - Closes the DVD player destroys the DirectShow graph.  
 +
*[[Method function VLDVDPlayer.TVLDVDPlayer.GetBookmark() : IVLDVDBookmark|function GetBookmark() : IVLDVDBookmark]] - Returns a bookmark object for associated with the current position.
 +
*[[Method function VLDVDPlayer.TVLDVDPlayer.SetBookmark(IVLDVDBookmark) : Boolean|function SetBookmark(AValue : IVLDVDBookmark) : Boolean]] - Jumps to a previously saved as a bookmark object position.
 
*[[Method function VLDVDPlayer.TVLDVDPlayer.PlayForwards(Real) : Boolean|function PlayForwards(ASpeed : Real) : Boolean]] - Plays forward at the specified speed from the current location.  
 
*[[Method function VLDVDPlayer.TVLDVDPlayer.PlayForwards(Real) : Boolean|function PlayForwards(ASpeed : Real) : Boolean]] - Plays forward at the specified speed from the current location.  
 
*[[Method function VLDVDPlayer.TVLDVDPlayer.PlayBackwards(Real) : Boolean|function PlayBackwards(ASpeed : Real) : Boolean]] - Plays backward at the specified speed from the current location.  
 
*[[Method function VLDVDPlayer.TVLDVDPlayer.PlayBackwards(Real) : Boolean|function PlayBackwards(ASpeed : Real) : Boolean]] - Plays backward at the specified speed from the current location.  
Line 100: Line 108:
 
*[[Pin VLDVDPlayer.TVLDVDPlayer.OutputPin|OutputPin]] - The [[Property VLDVDPlayer.TVLDVDPlayer.Video|Video]] Output Pin of the component.  
 
*[[Pin VLDVDPlayer.TVLDVDPlayer.OutputPin|OutputPin]] - The [[Property VLDVDPlayer.TVLDVDPlayer.Video|Video]] Output Pin of the component.  
 
*[[Pin VLDVDPlayer.TVLDVDPlayer.AudioOutputPin|AudioOutputPin]] - The [[Property VLDVDPlayer.TVLDVDPlayer.Audio|Audio]] Output Pin of the player.  
 
*[[Pin VLDVDPlayer.TVLDVDPlayer.AudioOutputPin|AudioOutputPin]] - The [[Property VLDVDPlayer.TVLDVDPlayer.Audio|Audio]] Output Pin of the player.  
*[[Pin VLDVDPlayer.TVLDVDPlayer.EnablePin|EnablePin]] - The enable pin of the component.
 
*[[Pin VLDVDPlayer.TVLDVDPlayer.PausePin|PausePin]] - The [[Method procedure VLDVDPlayer.TVLDVDPlayer.Pause()|Pause]] Pin of the Player.
 
 
*[[Pin VLDVDPlayer.TVLDVDPlayer.ProgressPin|ProgressPin]] - The Play Progress Pin.  
 
*[[Pin VLDVDPlayer.TVLDVDPlayer.ProgressPin|ProgressPin]] - The Play Progress Pin.  
 
*[[Pin VLDVDPlayer.TVLDVDPlayer.UserControlInputPin|UserControlInputPin]] - User control multi sink pin.  
 
*[[Pin VLDVDPlayer.TVLDVDPlayer.UserControlInputPin|UserControlInputPin]] - User control multi sink pin.  

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.

BIGVLDVDPlayer.gif VLDVDPlayer.gif NETVLDVDPlayer.gif

Package: VideoLabPkg

Unit: VLDVDPlayer

Inherits: TLPComponent

Contents

Syntax

Delphi:

type TVLDVDPlayer = class( TLPComponent )

C++ Builder:

class TVLDVDPlayer : public TLPComponent

Visual C++ (MFC):

class CTVLDVDPlayer : public CTLPComponent

C# (.NET):

public ref class DVDPlayer : Mitov.VideoLab.Component

Summary

Plays DVDs.

Description

Requires DirectShow 8.1 or higher.

Requires MPEG-2 DirectShow codec to be installed on the system.


This DirectShow component can be used to play DVDs.


Diagram:

VLDVDPlayer Preview.png

Properties

Published

Public

Methods

Public

Pins

Events

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox