Richard Koch
2010-04-08 16:49:02 UTC
I am rendering a movie using the IWMReader interface. It works fine, but I
have performance problems. After optimizing all I could, I now want to create
my own buffers for the samples which should be used by the reader. I think I
made all according to the description which is given in the SDK.
I implemented the IWMReaderCallbackAdvanced interface and defined its
methods. I set SetAllocateForOutput() to TRUE which should cause the reader
to call the AllocateForOutput callback, but the reader doesn't. Why? What
have I missed? Is there a source code available?
Thanks for help,
Richard
have performance problems. After optimizing all I could, I now want to create
my own buffers for the samples which should be used by the reader. I think I
made all according to the description which is given in the SDK.
I implemented the IWMReaderCallbackAdvanced interface and defined its
methods. I set SetAllocateForOutput() to TRUE which should cause the reader
to call the AllocateForOutput callback, but the reader doesn't. Why? What
have I missed? Is there a source code available?
Thanks for help,
Richard