PDA

View Full Version : Accessing a plugin from another plugin


LOPAN
11th July 2011, 02:52
I'm writing an input plugin and I need to access another plugin from my plugin.

Example:

Suppose there are files with .foo extension (they are merely renamed mp3s), I need to open these files with my plugin, and then simply forward them to be played by in_mp3.dll, specifically.

Is this easily accomplished?

Thanks.

DrO
11th July 2011, 07:55
have a look at the in_chain example in the sdk

-daz

LOPAN
12th July 2011, 01:16
Thank you, that was exactly what I was looking for

;)