Initial commit

This commit is contained in:
2022-03-12 17:12:52 +01:00
commit 09d1a52aed
14 changed files with 1189 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
namespace MkvPropEditWrapper.MkvInfo;
public enum NodeType
{
Unknown,
Property,
Root,
Head,
Segment,
Track,
Tag,
Attachment,
Chapter
}