Class VLDVDPlayer.TVLDVDPlayer

From Mitov Wiki Doc
(Difference between revisions)
Jump to: navigation, search
(Automated Syncronization with Documentation)
 
(Automated Syncronization with Documentation)
Line 94: Line 94:
 
*[[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.  

Revision as of 17:19, 18 October 2012

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 TVLDVDPlayer : 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.

Properties

Published

Public

Methods

Public

Pins

Events

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox