PDA

View Full Version : video plugin


lenox
3rd January 2005, 22:24
hi,

I wnat to create input plugin that use my own video format, but I can't find any information about "Winamp Video" window and how to use it. How can i obtain the hadle and what functions i should use to draw on this window? I know I sholud pass audio-data to output plugin by Write(...) function, but what about video-data?? Thx for any help. Sorry for my poor english.

DrO
3rd January 2005, 23:22
you're best bet to see the interface (which is in wa_ipc.h) is to look at the source code of in_mplayer (inmplayer.sf.net) which shows it all in use

-daz