public bool IsStreamSelected(string filterName, int index)
 {
     return(_mediaControl.IsStreamSelected(filterName, index));
 }