mirror of
https://github.com/jayfunc/BetterLyrics.git
synced 2026-01-12 10:54:55 +08:00
10 lines
206 B
C#
10 lines
206 B
C#
namespace BetterLyrics.WinUI3.Models
|
|
{
|
|
public struct LinePlaybackState
|
|
{
|
|
public int SyllableStartIndex;
|
|
public int SyllableLength;
|
|
public double SyllableProgress;
|
|
}
|
|
}
|