Writing a Direct Show Source Filter

后端 未结 1 1297
执笔经年
执笔经年 2021-01-15 10:53

I should have to write a Direct Show Filter which

  • takes input(video,audio) from live source.

  • And it should give the data(video,audio : whi

相关标签:
1条回答
  • 2021-01-15 11:32

    The Windows SDK (7.1) contains DirectShow sample filter code, including a source filter, which I've successfully used to build source filters for live devices.

    If you have the latest Windows SDK installed, it should be here:

    C:\Program Files\Microsoft SDKs\Windows\v7.1\Samples\multimedia\directshow\filters\pushsource

    Also, MSDN has great reference material on this topic:

    http://msdn.microsoft.com/en-us/library/dd757807(v=vs.85).aspx

    If you are still stuck, the March Hare also provides great samples to get peopel started:

    http://tmhare.mvps.org/downloads.htm

    0 讨论(0)
提交回复
热议问题