public bool EnableSubpicture(bool bEnable)
 {
     return(_mediaControl.EnableSubpicture(bEnable));
 }