-
Notifications
You must be signed in to change notification settings - Fork 116
Home
Ondrej Medek edited this page Nov 2, 2017
·
13 revisions
A library to quickly build DirectShow media player controls in WPF. The kit comes with a video player MediaUriElement
(a WPF MediaElement
replacement), a VideoCaptureElement
for web cams and a DVDPlayerElement
that plays DVDs and supports interactive menus.
The library requires the DirectShow codecs (filters) installed, see the section Codecs.
For more topics, see the list of pages.
A brief intro into the DirectShow.
- MSDN DirectShow
- Geraint Davies's pages about DirectShow (Geraint Davies was the main architect of the DirectShow).