Inheritance: IDisposable
Ejemplo n.º 1
0
 private void SaveVideoDevice(ref DirectShowProxy.VideoInputDeviceInfo info)
 {
     if (!string.IsNullOrEmpty(info.DevicePath))
     {
         _captureDevices.Add(new WebCameraId(info));
     }
 }