Exemple #1
0
 public IDisposable AcquireVideoCodecToken(IWin32Window hwnd)
 {
     return(W.AcquireVideoCodecToken(hwnd));
 }
Exemple #2
0
 public IDisposable AcquireVideoCodecToken(Config config)
 {
     return(W.AcquireVideoCodecToken(config));
 }
Exemple #3
0
 public IDisposable AcquireVideoCodecToken(System.Windows.Forms.IWin32Window hwnd)
 {
     return(w.AcquireVideoCodecToken(hwnd));
 }
Exemple #4
0
 public IDisposable AcquireVideoCodecToken(IDialogParent parent, Config config)
 {
     return(W.AcquireVideoCodecToken(parent, config));
 }