Which code segment should you insert at line CA28?

You need to ascertain whether a camera can support zooming.
Which code segment should you insert at line CA28?

You need to ascertain whether a camera can support zooming.
Which code segment should you insert at line CA28?

A.
Option A

B.
Option B

C.
Option C

D.
Option D



Leave a Reply 2

Your email address will not be published. Required fields are marked *

thirteen − eight =


James

James

It is ether a, B, c or d

Oak

Oak

if(new Windows.Media.Capture.MediaCapture().VideoDeviceController.Zoom.Capabilities.Supported)
{
//Supported
}