FMX.Media.TMedia.CurrentTime
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 | TMedia |
Description
Specifies the current playback position.
CurrentTime is measured in 100ns. To obtain s, divide Duration by MediaTimeScale.
Set CurrentTime to control the current position to be played.