OrchestraCurrentTime Property
Gets the current timestamp of the music file in seconds. The timestamp will reset
to zero whenever
LoadMusic(String) or
Stop is
called.
If
IsPlaying returns false, this method can be used to determine
if the music is stopped or paused.
Namespace: CTRE.Phoenix6Assembly: Phoenix6 (in Phoenix6.dll) Version: 1.0.0
public double CurrentTime { get; }
member CurrentTime : float with get
Property Value
Double