次の方法で共有


FaceDetectionEffect.SetProperties(IPropertySet) メソッド

定義

IMediaExtension のプロパティを設定します。

public:
 virtual void SetProperties(IPropertySet ^ configuration) = SetProperties;
void SetProperties(IPropertySet const& configuration);
public void SetProperties(IPropertySet configuration);
function setProperties(configuration)
Public Sub SetProperties (configuration As IPropertySet)

パラメーター

configuration
IPropertySet

プロパティ セット。

実装

注釈

このメソッドは IMediaExtension インターフェイスから継承され、コードから使用するためのものではありません。 代わりに、 FaceDetectionEffect のプロパティを直接設定します。

適用対象