FaceDetectionEffect.SetProperties(IPropertySet) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets properties on the 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)
Parameters
- configuration
- IPropertySet
The property set.
Implements
Remarks
This method is inherited from the IMediaExtension interface and is not intended to be used from your code. Instead, set the properties of the FaceDetectionEffect directly.