Property VLDVDPlayer.TVLDVDPlayer.CurrentTime

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.

Class: TVLDVDPlayer

Contents

Syntax

Delphi:

property CurrentTime : Int64 read GetDSCurrentTime write SetDSCurrentTime;

C++ Builder:

__property __int64 CurrentTime = { read=GetDSCurrentTime, write=SetDSCurrentTime };

Summary

Current time being played.

Description

\Returns the stream time from the current frame being played in 100 nano second units.


Delphi example:

AValue : Int64;

AValue := VLDVDPlayer1.CurrentTime;

C++ Builder example:

__int64 AValue = VLDVDPlayer1->CurrentTime;

Visual C++(MFC) example:

__int64 AValue = VLDVDPlayer1.CurrentTime;

Visual C++/CLI example:

Int64 value = dvdPlayer1->CurrentTime;

C# example:

Int64 value = dvdPlayer1.CurrentTime;

VB example:

Dim Value as Int64 = DVDPlayer1.CurrentTime

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox