Various improvements

This commit is contained in:
Ilya Laktyushin
2024-04-20 19:37:16 +04:00
parent 6e42f96c19
commit acf905a098
24 changed files with 772 additions and 47 deletions

View File

@@ -59,6 +59,7 @@ private let validTimecodePreviousSet: CharacterSet = {
public struct ApplicationSpecificEntityType {
public static let Timecode: Int32 = 1
public static let Button: Int32 = 2
}
private enum CurrentEntityType {