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.

Definition

Namespace: CTRE.Phoenix6
Assembly: Phoenix6 (in Phoenix6.dll) Version: 1.0.0
C#
public double CurrentTime { get; }

Property Value

Double

See Also