tags:

views:

54

answers:

0

I'm writing a WinForms app that will need to be able to play an AVI video. This video is stored encrypted so I will decrypt it prior to playing.

What kind of approach could I use to play the video straight from memory? Is there a special WinForms control? Some 3rd-party library? Would DirectShow be my only choice?