You would need to look at PVMFNodeInterface and PVMFNodeInterfaceImpl. PVMFNodeInterface --- This is the actual interface. PVMFNodeInterfaceImpl --- This is the base node implementation.
You can create a node from scratch by deriving from PVMFNodeInterface. Or, you can derive from PVMFNodeInterfaceImpl and reuse the code from the base implementation. -Ravi On Nov 16, 2:17 pm, jeffb <[email protected]> wrote: > I am adding a parser node to the engine. As I understand it, a > dynamically loadable shared library must be created for a custom > parser node and a .cfg file must be created to reference the library. > To avoid reverse engineering OpenCore, is there any documentation that > provides a description of the necessary interfaces that must be > implemented? -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
