PhotoConfirmationControl
PhotoConfirmationControl
PhotoConfirmationControl
PhotoConfirmationControl
Class
Definition
Provides functionality for controlling the photo confirmation settings on a capture device.
public : sealed class PhotoConfirmationControl : IPhotoConfirmationControlpublic sealed class PhotoConfirmationControl : IPhotoConfirmationControlPublic NotInheritable Class PhotoConfirmationControl Implements IPhotoConfirmationControl// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Remarks
Get an instance of this class by accessing the VideoDeviceController.PhotoConfirmationControl property.
Properties
Enabled Enabled Enabled Enabled
Gets or sets a value indicating whether photo confirmation is enabled.
public : PlatForm::Boolean Enabled { get; set; }public bool Enabled { get; set; }Public ReadWrite Property Enabled As bool// You can use this property in JavaScript.
- Value
- PlatForm::Boolean bool bool bool
A value indicating whether photo confirmation is enabled.
PixelFormat PixelFormat PixelFormat PixelFormat
Gets or sets the desired pixel format for photo confirmation frames.
public : MediaPixelFormat PixelFormat { get; set; }public MediaPixelFormat PixelFormat { get; set; }Public ReadWrite Property PixelFormat As MediaPixelFormat// You can use this property in JavaScript.
The desired pixel format for photo confirmation frames.
Supported Supported Supported Supported
Gets a value indicating whether photo confirmation is supported by the capture device.
public : PlatForm::Boolean Supported { get; }public bool Supported { get; }Public ReadOnly Property Supported As bool// You can use this property in JavaScript.
- Value
- PlatForm::Boolean bool bool bool
A value indicating whether photo confirmation is supported by the capture device.