Beispiel #1
0
 /// <summary>
 ///   The show property page of video device.
 /// </summary>
 public void ShowPropertyPageOfVideoDevice()
 {
     if (this.VideoDeviceFilter != null)
     {
         DShowUtils.DisplayPropertyPage(IntPtr.Zero, this.VideoDeviceFilter);
     }
 }
Beispiel #2
0
 /// <summary>
 ///   The show video compressor options dialog.
 /// </summary>
 public void ShowVideoCompressorOptionsDialog()
 {
     if (this.videoCompressorFilter != null)
     {
         DShowUtils.DisplayPropertyPage(IntPtr.Zero, this.videoCompressorFilter);
     }
 }