KSCAMERA_EXTENDEDPROP_CAMERAOFFSET structure (ksmedia.h)
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.
Syntax
typedef struct tagKSCAMERA_EXTENDEDPROP_CAMERAOFFSET {
LONG PitchAngle;
LONG YawAngle;
ULONG Flag;
ULONG Reserved;
} KSCAMERA_EXTENDEDPROP_CAMERAOFFSET, *PKSCAMERA_EXTENDEDPROP_CAMERAOFFSET;
Members
PitchAngle
The angle offset of the camera look direction from the horizontal axis of the camera facing direction.
YawAngle
The angle offset of the camera look direction from the vertical axis of the camera facing direction.
Flag
Reserved. Set to 0.
Reserved
Reserved. Set to 0.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Available starting with Windows 8.1. |
Header | ksmedia.h (include Ksmedia.h) |