-
Regarding the correctness of effects... I suggest reading what is recommended in the Edit Protocol:
http://www.amwa.tv/downloads/specifications/aafeditprotocol.pdf
There is another new specification about effects called the "AAF Effects Protocol", but I can't find a link to it.
2009-10-23 10:13:43 UTC in Advanced Authoring Format
-
Another suggestion.... save your AAF file right before the error occurs. Then dump it using a dump tool (there is one in the SDK). Examine the contents of the dictionary and be sure that the interpolation definition exists. If it doesn't then you need to add it. If it does, then there is something wrong with the way your getting a reference to it.
2009-10-21 20:31:21 UTC in Advanced Authoring Format
-
Hi, The interpolation definition is an object in the dictionary in your aaf file that describes the kind of interpolation being used. You either need to locate an existing definition in the dictionary or add one. Then provide a pointer to that object when you initialize your parameter object. The error, and code fragment you tracked down, is telling you that there is a problem with the...
2009-10-21 20:23:43 UTC in Advanced Authoring Format
-
Can you get at the underlying HResult for the error that caused the SEHException?
AxLib will map most HResults to an exception that includes a message, but I don't know what happens with it crosses the managed/unmanged boundry.
From what I've read about SEHException, any exception in the C++ code that is not mapped to a .NET exception will cause an SEHException... so it could be any number...
2009-10-16 15:13:05 UTC in Advanced Authoring Format
-
jptrainor committed patchset 14383 of module AAF to the Advanced Authoring Format CVS repository, changing 2 files.
2009-01-19 16:18:26 UTC in Advanced Authoring Format
-
jptrainor committed patchset 14381 of module AAF to the Advanced Authoring Format CVS repository, changing 2 files.
2009-01-17 17:09:54 UTC in Advanced Authoring Format
-
jptrainor committed patchset 14380 of module AAF to the Advanced Authoring Format CVS repository, changing 1 files.
2009-01-14 20:24:04 UTC in Advanced Authoring Format
-
jptrainor committed patchset 14379 of module AAF to the Advanced Authoring Format CVS repository, changing 2 files.
2009-01-14 20:23:01 UTC in Advanced Authoring Format
-
jptrainor committed patchset 14246 of module AAF to the Advanced Authoring Format CVS repository, changing 1 files.
2008-05-25 03:08:56 UTC in Advanced Authoring Format
-
jptrainor committed patchset 14245 of module AAF to the Advanced Authoring Format CVS repository, changing 1 files.
2008-05-25 02:54:19 UTC in Advanced Authoring Format