FMX.Media.TMediaPlayer.CurrentTime

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CurrentTime: TMediaTime read GetCurrent write SetCurrent;

C++

__property TMediaTime CurrentTime = {read=GetCurrent, write=SetCurrent};

Properties

Type Visibility Source Unit Parent
property public
FMX.Media.pas
FMX.Media.hpp
FMX.Media TMediaPlayer

Description

Specifies the current playback position.

CurrentTime is measured in 100ns. To obtain s, divide CurrentTime by MediaTimeScale.

Set CurrentTime to control the current position to be played.

See Also