Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Describes image pin control properties in the PROPSETID_VIDCAP_CAMERACONTROL_IMAGE_PIN_CAPABILITY camera control property set.
Syntax
typedef struct {
ULONG Capabilities;
ULONG Reserved0;
} KSPROPERTY_CAMERACONTROL_IMAGE_PIN_CAPABILITY_S, *PKSPROPERTY_CAMERACONTROL_IMAGE_PIN_CAPABILITY_S;
Members
Capabilities
Indicates the image pin control capabilities.
KSPROPERTY_CAMERACONTROL_IMAGE_PIN_CAPABILITY_EXCLUSIVE_WITH_RECORD
If set, the image pin and the record pin cannot function simultaneously.
KSPROPERTY_CAMERACONTROL_IMAGE_PIN_CAPABILITY_SEQUENCE_EXCLUSIVE_WITH_RECORD
If set, the image pin and the sequence record pin cannot function simultaneously.
Reserved0
Reserved for system use. Do not use in your driver.
Requirements
Requirement | Value |
---|---|
Header | ksmedia.h |