At a Glance: In this lesson we started trying to fix the problem of our user interface not responding. In this lesson we moved the tear-down part of the Play function into a Stop() function.

Directshow Programming 17 -

In this lesson we started trying to fix the problem of our user interface not responding. In this lesson we moved the tear-down part of the Play function into a Stop() function. In this lesson we displayed the output of the returned values from GetEvent.

Important details found

  • In this lesson we started trying to fix the problem of our user interface not responding.
  • In this lesson we moved the tear-down part of the Play function into a Stop() function.
  • In this lesson we displayed the output of the returned values from GetEvent.
  • This is a C++ application that can be controlled through system messages.
  • In this lesson we finished building our sample file playing application.

Why this topic is useful

A structured page helps reduce disconnected snippets by grouping the main subject with context, examples, and nearby entries.

Sponsored

Frequently Asked Questions

Is the information always complete?

Not always. Some topics may need verification from official or primary sources.

How should readers use this information?

Use it as a starting point, then open related pages for more specific details.

What should readers check next?

Readers should check related pages, official references, or updated sources when details matter.

Visual References

DirectShow Programming 17
DirectShow Programming 18
DirectShow Programming 15
DirectShow Programming 19
DirectShow Programming 16
DirectShow Example
DirectShow Programming 01
DirectShow Programming 12
DirectShow DVB-T integration demonstration
DirectShow Programming 22
Sponsored
View Full Details
DirectShow Programming 17

DirectShow Programming 17

In this lesson we displayed the output of the returned values from GetEvent. We got EC_PAUSED and EC_COMPLETE. We also ...

DirectShow Programming 18

DirectShow Programming 18

In this lesson we worked on our non user interface application. We played with the GetEvent method in order to emulate the ...

DirectShow Programming 15

DirectShow Programming 15

In this lesson we created a new windows application. We copied the code from our project into this new application. We tested it.

DirectShow Programming 19

DirectShow Programming 19

In this lesson we moved the tear-down part of the Play function into a Stop() function. We also added a menu item so that the user ...

DirectShow Programming 16

DirectShow Programming 16

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 ...

DirectShow Example

DirectShow Example

Here I was just trying to see if I could get any sample video of

DirectShow Programming 01

DirectShow Programming 01

Read more details and related context about DirectShow Programming 01.

DirectShow Programming 12

DirectShow Programming 12

In this lesson we finished building our sample file playing application. We went over the msdn's code. We also started reading a ...

DirectShow DVB-T integration demonstration

DirectShow DVB-T integration demonstration

This is a C++ application that can be controlled through system messages. This application uses automatically any DVB-T Tuner ...

DirectShow Programming 22

DirectShow Programming 22

In this lesson we invoked the IMediaEventEx--SetNotifyWindow method. This tells the graph to notify our window after it places ...