Understanding Directshow Programming 15
Exploring Directshow Programming 15 reveals several interesting facts. In this lesson we created a new windows application. We copied the code from our project into this new application. We tested it.
Key Takeaways about Directshow Programming 15
- Here I was just trying to see if I could get any sample video of
- In this lesson we started trying to fix the problem of our user interface not responding. Our first step was to copy a block of code ...
- In this lesson we worked on our non user interface application. We played with the GetEvent method in order to emulate the ...
- In this lesson we read from the msdn the topic: Learning When an Event Occurs. We discussed the basic notion of polling vs.
- In this lesson we invoked the IMediaEventEx--SetNotifyWindow method. This tells the graph to notify our window after it places ...
Detailed Analysis of Directshow Programming 15
In this lesson we finished building our sample file playing application. We went over the msdn's code. We also started reading a ... In this video I want to show you and share raw video player. First thing, I don't have raw video that I can show you, so let's create ... In this lesson we review some concepts from the msdn.
In this lesson we discussed the windows-event driven notification mechanism employed by the graph manager. We did not write ... In this lesson we displayed the output of the returned values from GetEvent. We got EC_PAUSED and EC_COMPLETE. We also ...
Stay tuned for more updates related to Directshow Programming 15.