VideoCaptureDeviceShowSelectionDialog Method |
Shows a modal device and format selection form, that creates the video capture device for the user.
Namespace: StreamCoders.DevicesAssembly: MediaSuite (in MediaSuite.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic static VideoCaptureDevice ShowSelectionDialog()
Public Shared Function ShowSelectionDialog As VideoCaptureDevice
public:
static VideoCaptureDevice^ ShowSelectionDialog()
static member ShowSelectionDialog : unit -> VideoCaptureDevice
Return Value
Type:
VideoCaptureDevice
null if it fails, else.
See Also