add SyncedLyricsFormat

This commit is contained in:
alacleaker 2024-04-08 14:13:07 -03:00
parent 65bcb41f83
commit 7cd3d4b705

View File

@ -25,6 +25,12 @@ class SongCodec(Enum):
ASK = "ask"
class SyncedLyricsFormat(Enum):
LRC = "lrc"
SRT = "srt"
TTML = "ttml"
class MusicVideoCodec(Enum):
H264_BEST = "h264-best"
H265_BEST = "h265-best"