本文介绍了谁可以告诉我一些关于IPropertyBag ::阅读?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在directShow中,除了FriendlyName之外,还有其他属性可以从IPropertyBag :: Read?

In directShow, except "FriendlyName",what other properties can i get from the IPropertyBag::Read?

推荐答案

CLSID,FriendlyName,有时是DevicePath。也可能存在特定于筛选器的属性。没有别的。

"CLSID", "FriendlyName", sometimes "DevicePath". There might be filter-specific properties as well. Nothing else is there.

这篇关于谁可以告诉我一些关于IPropertyBag ::阅读?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-13 21:31