// ksmedia.h
typedef struct {
KSNODEPROPERTY NodeProperty;
LONG lOcularFocalLength;
LONG lObjectiveFocalLengthMin;
LONG lObjectiveFocalLengthMax;
} KSPROPERTY_CAMERACONTROL_NODE_FOCAL_LENGTH_S, *PKSPROPERTY_CAMERACONTROL_NODE_FOCAL_LENGTH_S;
View the official Windows Driver Kit DDI referenceNo description available.
The KSPROPERTY_CAMERACONTROL_NODE_FOCAL_LENGTH_S structure returns node-specific data requested using the KSPROPERTY_CAMERACONTROL_FOCAL_LENGTH property.
NodePropertySpecifies both the target node and the property to get. This member is an initialized structure of type KSNODEPROPERTY.
lOcularFocalLengthSpecifies a value of type LONG containing the focal length of the lens closest to the camera user.
lObjectiveFocalLengthMinSpecifies a value of type LONG containing the minimum focal length of the lens closest to the camera subject.
lObjectiveFocalLengthMaxSpecifies a value of type LONG containing the maximum focal length of the lens closest to the camera subject.
If the camera has only one lens, these values can be used to represent zoom ratios. See KSPROPERTY_CAMERACONTROL_FOCAL_LENGTH.
KSPROPERTY_CAMERACONTROL_FOCAL_LENGTH
KSPROPERTY_CAMERACONTROL_FOCAL_LENGTH_S
PROPSETID_VIDCAP_CAMERACONTROL