MFORMATSLib Namespace > MFRendererClass Class : DeviceSet Method |
Public Overridable Sub DeviceSet( _ ByVal _eDevType As eMFDeviceType, _ ByVal _nIndex As Integer, _ ByVal _bsParam As String _ )
Here is an example of how to set a video device:
m_objLive.DeviceSet(eMFDeviceType.eMFDT_Video, comboBoxV.SelectedIndex, "");