如何在使用VideoCapturePlayer时启用音频?

时间:2017-10-04 17:05:11

标签: wpf wpf-mediakit

我正在尝试使用DirectShow设备在我的WPF应用程序中集成实时源。音频和视频在VLC中都运行良好。 我在一个简单的应用程序中集成了来自WPF-MediaKit的VideoCapturePlayer,我能够看到来自设备的实时视频,但我无法获得音频。我不是100%确定可以使用VideoCapturePlayer捕获音频和视频。 任何有助于音频工作的帮助将不胜感激。

1 个答案:

答案 0 :(得分:0)

可能在VideoCapturePlayer中没有设置音频渲染器。尝试将MediaUriBase.InsertAudioRenderer提升到MediaPlayerBase并将其用于VideoCapturePlayer。如果您成功,请open a new PR使用您的代码。