我使用DirectShow.NET創建WPF Web攝像頭的控制。我已經成功創建了一個圖表,並可以從相機獲取視頻以顯示在我的屏幕上。但是,視頻輸出完全獨立於其正在創建的WPF控件。 我通過調用videoWindow.put_owner(hWnd)來設置視頻窗口的所有者,其中hWnd是當前WPF窗口的窗口句柄。我使用WindowInteropHelper獲得該窗口句柄。 這裏是主程序: public
有沒有人可以幫助我,例如如何在菜單Pure C#中建立一個DVD過濾器圖。 我只能找到C++例子,他們沒有對我好.. C++ Example 這是一段代碼我從DirectShow.net Samples var ivideowindow = typeof(IVideoWindow).GUID;
hr = dvdGraph.GetDvdInterface(ivideowindow, out com
下面是標準的d3drenderer.cs文件編碼: using System;
using System.Collections.Generic;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Interop;
using System.Windows.Media;
using Sys