Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f07f3ae commit 73c2fddCopy full SHA for 73c2fdd
Transcoder/MediaInfo.dll
@@ -1,3 +1,3 @@
1
version https://git-lfs.github.com/spec/v1
2
-oid sha256:3d7e19b5b7b6f64492a3ab0271f9ebe17094c74bbeb264d390e560421bb48257
3
-size 6702536
+oid sha256:cf888c52994cde4fb0000954da35cd463b8a3956ca3bfbd58b7fa29bebc961a5
+size 6896528
Transcoder/MediaInfoDLL.cs
@@ -52,6 +52,7 @@ public enum InfoOptions
52
TypeOfValue
53
}
54
55
+ [Flags]
56
public enum InfoFileOptions
57
{
58
FileOption_Nothing = 0x00,
@@ -60,6 +61,7 @@ public enum InfoFileOptions
60
61
FileOption_Max = 0x04
62
};
63
64
65
public enum Status
66
67
None = 0x00,
0 commit comments