How to make screen capture video using Direct Show.net Library?

前端 未结 2 2009
盖世英雄少女心
盖世英雄少女心 2021-02-11 07:21

How to make screen capture video using Direct Show.net Library? I read msdn Direct show document and find the way to change video source device within the following code. This c

2条回答
  •  不要未来只要你来
    2021-02-11 07:55

    You need a filter which captures screen and sends the video down the stream. In DirectShow SDK there is a sample filter called PushSource and inside there is PushSourceDesktop. Compile it and insert into your graph as a source filter.

提交回复
热议问题