Update MkvInfoReader, Add MkvNode extensions
This commit is contained in:
10
MkvToolnixWrapper/Shared/TrackInfo.cs
Normal file
10
MkvToolnixWrapper/Shared/TrackInfo.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace MkvPropEditWrapper.Shared;
|
||||
|
||||
public record TrackInfo(int Number, TrackType TrackType, string Language, bool IsDefault, bool IsForced);
|
||||
|
||||
public enum TrackType
|
||||
{
|
||||
Unknown,
|
||||
Audio,
|
||||
Subtitles
|
||||
}
|
||||
Reference in New Issue
Block a user