CameraCaptureUI Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Create a new CameraCaptureUI object.
public:
CameraCaptureUI();
CameraCaptureUI();
public CameraCaptureUI();
function CameraCaptureUI()
Public Sub New ()
Windows requirements
App capabilities |
microphone
webcam
|
Remarks
After you create a new CameraCaptureUI object, you may want to set the PhotoSettings or VideoSettings property of the object before calling CaptureFileAsync.