AVI
C#
3
Posts
3
Posters
0
Views
1
Watching
-
Hello, i was wondering if there are functions to deal with the AVI in C# like CAVIEdit in C++, functions like AVIFileOpen,....... Thanx in advance
You can use P/Invoke and COM interop to access the functions in the Windows Multimedia SDK. There aren't any .NET classes that wrap those methods, yet. James Simplicity Rules!
-
Hello, i was wondering if there are functions to deal with the AVI in C# like CAVIEdit in C++, functions like AVIFileOpen,....... Thanx in advance
I'd say the authorative answer whenever dealing with AVI would be Virtual Dub (Google will tell you).