* first pass at text subtitle support * support text subtitles from movies, music videos and other videos * fixes * qsv fixes * vaapi fixes * update changelog
8 lines
99 B
C#
8 lines
99 B
C#
namespace ErsatzTV.Core.Domain;
|
|
|
|
public enum SubtitleKind
|
|
{
|
|
Embedded = 0,
|
|
Sidecar = 1
|
|
}
|