KSPROPERTY_VPCONFIG_INVERTPOLARITY
The KSPROPERTY_VPCONFIG_INVERTPOLARITY property toggles the global polarity flag, forcing the video port to be inverted.
Usage Summary Table
Get | Set | Target | Property descriptor type | Property value type |
---|---|---|---|---|
No |
Yes |
Pin |
Boolean |
The property value (operation data) is a Boolean. Specify TRUE to invert the polarity, or specify FALSE to prevent inverting the polarity.
Remarks
KSPROPERTY_VPCONFIG_INVERTPOLARITY property requests return STATUS_SUCCESS to indicate successful completion. Otherwise, requests return an appropriate error status code.
Because this feature is hardware dependent, models that do not use this feature must return STATUS_NOT_IMPLEMENTED.
Requirements
Header |
Ksmedia.h (include Ksmedia.h) |