VideoDeviceController.PrimaryUse 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 or sets the primary use for the device.
public:
property CaptureUse PrimaryUse { CaptureUse get(); void set(CaptureUse value); };
CaptureUse PrimaryUse();
void PrimaryUse(CaptureUse value);
public CaptureUse PrimaryUse { get; set; }
var captureUse = videoDeviceController.primaryUse;
videoDeviceController.primaryUse = captureUse;
Public Property PrimaryUse As CaptureUse
Property Value
The primary use for the device.
Remarks
This property enables device to make optimization based on the intended use for the device.