Skip to content

PlayerTimePosition

property

Delphi
property PlayerTimePosition: LargeInteger read GetPlayerTimePosition write SetPlayerTimePosition;
C++Builder
__property LargeInteger PlayerTimePosition = {read=GetPlayerTimePosition, write=SetPlayerTimePosition};
C#
public long PlayerTimePosition { get; set; }
VB.NET
Public Property PlayerTimePosition As Long
C++/Qt
__int64 GetPlayerTimePosition ();
void SetPlayerTimePosition (__int64 Value);

Sets or retrieves the current time position of a video clip.

Remarks

Used to set or retrieve the current time position of a video clip opened with OpenPlayer (expressed in 100-nanosecond units, divide it by 10000000 to convert in seconds).