VideoStabilizationEffect.SetProperties(IPropertySet) Method

Definition

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 VideoStabilizationEffect directly.

Applies to