public void SelectStream(string filterName, int index)
 {
     _mediaControl.SelectStream(filterName, index);
 }