// ksmedia.h
typedef struct tagKSCAMERA_EXTENDEDPROP_CAMERAOFFSET {
LONG PitchAngle;
LONG YawAngle;
ULONG Flag;
ULONG Reserved;
} KSCAMERA_EXTENDEDPROP_CAMERAOFFSET, *PKSCAMERA_EXTENDEDPROP_CAMERAOFFSET;
View the official Windows Driver Kit DDI referenceNo description available.
The KSCAMERA_EXTENDEDPROP_CAMERAOFFSET structure contains the parameters for the Camera Angle Offset Control property. The members contain read-only values for the pitch and yaw angle of the camera position. The pitch/yaw angle is defined to be an offset from horizontal and vertical axis.
PitchAngleThe angle offset of the camera look direction from the horizontal axis of the camera facing direction.
YawAngleThe angle offset of the camera look direction from the vertical axis of the camera facing direction.
FlagReserved. Set to 0.
ReservedReserved. Set to 0.
KSPROPERTY_CAMERACONTROL_EXTENDED_CAMERAANGLEOFFSET