Share via


IWMEncDeviceControlPluginInfoManager.Refresh

Windows Media Encoder SDK banner art

The Refresh method updates the plug-in collection.

Syntax

IWMEncDeviceControlPluginInfoManager.Refresh

Parameters

This method takes no parameters.

Return Values

This method does not return a value.

Remarks

To control digital devices programmatically, you must add the Windows Media Encoder Device Control reference to the project. For more information, see Programming in Visual Basic.

Example Code

' Declare objects and variables.
Dim Encoder As WMEncoder
Dim DCPlugMgr As IWMEncDeviceControlPluginInfoManager

Set Encoder = New WMEncoder
Set DCPlugMgr = Encoder.DeviceControlPluginInfoManager

DCPlugMgr.Refresh

Requirements

Reference: Windows Media Encoder Device Control

Library: wmdevctl.dll

See Also