Ejemplo n.º 1
0
 public MainWindow()
 {
     InitializeComponent();
     MaxHeight = 500;
     MinHeight = 500;
     MaxWidth = 800;
     MinWidth = 800;
     Webcam = new DriverClass(DriverClass.Type.Image);
     Microphone = new DriverClass(DriverClass.Type.Audio);
     getWebcamStatus();
     getMicrophoneStatus();
 }
Ejemplo n.º 2
0
 public void setType(DriverClass.Type driverType)
 {
     type = driverType;
 }