1
我正在嘗試使用DirectShow設備在我的WPF應用程序中集成一個活動源。音頻和視頻在VLC中工作正常。 我已經將WPF-MediaKit中的VideoCapturePlayer
集成到一個簡單的應用程序中,並且能夠從設備上看到實時視頻饋送,但我無法獲取音頻。我並不是100%確定可以使用VideoCapturePlayer
來捕獲音頻和視頻。 任何幫助讓音頻工作將不勝感激。如何在使用VideoCapturePlayer時啓用音頻?
你是對的,在VideoCapturePlayer沒有音頻渲染器。我正在努力將其添加到MediaPlayerBase中。如果我成功,將更新這個問題。 – moeed