VideoDeviceController.LowLagPhoto Property
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.
Gets the low shutter lag photo control for this video device.
public:
property LowLagPhotoControl ^ LowLagPhoto { LowLagPhotoControl ^ get(); };
LowLagPhotoControl LowLagPhoto();
public LowLagPhotoControl LowLagPhoto { get; }
var lowLagPhotoControl = videoDeviceController.lowLagPhoto;
Public ReadOnly Property LowLagPhoto As LowLagPhotoControl
Property Value
The low shutter lag photo control.