VideoStabilizationEffect.SetProperties(IPropertySet) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
設定 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 介面,而且不適合從您的程式碼使用。 相反地,請直接設定 VideoStabilizationEffect 的屬性。