MediaCaptureSettings.Vertical35mmEquivalentFocalLength 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 vertical 35mm equivalent focal length of the camera lens on the capture device.
public:
property IReference<unsigned int> ^ Vertical35mmEquivalentFocalLength { IReference<unsigned int> ^ get(); };
IReference<uint32_t> Vertical35mmEquivalentFocalLength();
public System.Nullable<uint> Vertical35mmEquivalentFocalLength { get; }
var iReference = mediaCaptureSettings.vertical35mmEquivalentFocalLength;
Public ReadOnly Property Vertical35mmEquivalentFocalLength As Nullable(Of UInteger)
Property Value
The vertical 35mm equivalent focal length of the camera lens.
Windows requirements
App capabilities |
backgroundMediaRecording
|
Remarks
The value of Vertical35mmEquivalentFocalLength is for the current preview resolution and may change each time the resolution is changed using VideoDeviceController.SetMediaStreamPropertiesAsync.