public DSGrapheditROTEntry(string displayName, IMoniker mon)
{
this._rotDisplayName = displayName;
this._mon = mon;
string[] strArray = displayName.Split(new char[1]
{
' '
});
if (strArray.Length == 4 || strArray.Length == 6)
{
this._filterPtr = new IntPtr(Convert.ToInt64(strArray[1], 16));
this._pid = Convert.ToInt32(strArray[3], 16);
}
Process processById = Process.GetProcessById(this._pid);
if (processById == null)
return;
this._processName = processById.ProcessName;
}
Just test new version of plugin with 1.18 in all sections of media - music,radio,TV and video.Attached is a version that should works