Skip to main content
Participant
March 16, 2007
Question

About AEGP\IO

  • March 16, 2007
  • 6 replies
  • 2811 views
Hi,
I'm a beginner ,so it is not understood be possible to be. FILE I/O Custom plug-in is made. After reading the intended file, when it tries to retain project module retaining the input sequence. It does not support.With it is indicated. You do not know completely whether why is. Someone it is understood?
OS Win XP SP2
Dev Env VC 2005
AfterEffects SDK Ver 7.0 r2
This topic has been closed for replies.

6 replies

Participant
February 6, 2009
Hello,
I have a question about AEIO plugin, where is the structure definition of AEIO_OutSpecH, I do not see in any header file. I do see that is is defined as
typedef struct AEIO_OutSpec **AEIO_OutSpecH;
in aeio.h, however do not see the actual structure of this type. Any help is appreciated
Bruce Bullis
Legend
April 2, 2007
There's no public documentation of the error message numbers; they refer to specific functions within After Effects.
_y_m_m__Author
Participant
March 20, 2007
Was not the AEGP IO sample source code and it solved by the fact that the FBIO sample source code is referred to.
After all, the viewpoint of error message number was not recognized, teaching?
For example (ErrNum_Xn and ErrNum_Yn) in, as for ErrNum_Xn being classified into some type? In the same way as for ErrNum_Yn being...?
In addition as for reference document of error code summary?
Bruce Bullis
Legend
March 19, 2007
That's a very generic message. Set breakpoints in your plug-in to see where the problem lies.
_y_m_m__Author
Participant
March 19, 2007
Hi,
Reply thank you.
Following to message, the error number which is indicated is (39,10)
Bruce Bullis
Legend
March 17, 2007
What's the error number? Perhaps you're not releasing something passed to you by the AE API?