IMediaExtension.SetProperties(IPropertySet) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
设置注册媒体分析程序或编解码器时提供的配置属性。
public:
void SetProperties(IPropertySet ^ configuration);
void SetProperties(IPropertySet const& configuration);
public void SetProperties(IPropertySet configuration);
function setProperties(configuration)
Public Sub SetProperties (configuration As IPropertySet)
参数
- configuration
- IPropertySet
媒体分析程序或编解码器的配置属性。