|
|
I am writing a service application for encoding wma form wav files. I use IWMEncoder from Windows Media 9 Encoder SDK. The problem is that I can't get a notification of when the encoding process has finished. In a simple gui application everything works fine, after calling IWMEncoder::Start() an entering a message loop. I tried creating a window from inside the service application but I cant get I get it to work. Is there a workaround for this? Thanks in advance!
|
|
|