Ejemplo n.º 1
0
 private void btnCompressorProps_Click(object sender, EventArgs e)
 {
     if (theCompressor != null)
     {
         DirectShowCapture.DisplayPropertyPage(theCompressor, this.Handle);
     }
 }
Ejemplo n.º 2
0
 private void btnInputPros_Click(object sender, EventArgs e)
 {
     DirectShowCapture.DisplayPropertyPage(theDevice, this.Handle);
 }