Example #1
0
 public IScreen PickScreen()
 {
     return(VideoSourcePickerWindow.PickScreen());
 }
Example #2
0
 public IWindow PickWindow(IEnumerable <IntPtr> SkipWindows = null)
 {
     return(VideoSourcePickerWindow.PickWindow(SkipWindows));
 }
Example #3
0
 public IWindow PickWindow(Predicate <IWindow> Filter = null)
 {
     return(VideoSourcePickerWindow.PickWindow(Filter));
 }