Standard Property Item GUIDs

The Standard Property Item GUIDs are used to retrieve a IVCDPropertyItem from the IVCDPropertyItems collection. The GUIDs are passed to the IVCDPropertyItems::findItem method.
A Standard Property Item Identifier String can be combined with a GUID from the Standard Element GUIDs and a GUID from the Standard Interface GUIDs, to find a specific element or interface.
#include "tisudshl.h"
The GUIDs are declared in the DShowLib namespace.
The Basic Use of VCD Properties article in the Programmer's Guide shows how to use the property item GUIDs.
Constant Description
VCDID_Brightness Retrieves the brightness property item.
VCDID_Contrast Retrieves the contrast property item.
VCDID_Hue Retrieves the hue property item.
VCDID_Saturation Retrieves the saturation property item.
VCDID_Sharpness Retrieves the sharpness property item.
VCDID_Gamma Retrieves the gamma property item.
VCDID_ColorEnable Retrieves the color enable property item.
VCDID_WhiteBalance Retrieves the white balance property item.
VCDID_BacklightCompensation Retrieves the back light compensation property item.
VCDID_Gain Retrieves the gain property item.
VCDID_Pan Retrieves the pan property item.
VCDID_Tilt Retrieves the tilt property item.
VCDID_Roll Retrieves the roll property item.
VCDID_Zoom Retrieves the zoom property item.
VCDID_Exposure Retrieves the exposure property item.
VCDID_Iris Retrieves the iris property item.
VCDID_Focus Retrieves the focus property item.
VCDID_VCRCompatibilityMode Retrieves the VCR compatibility mode property item.
VCDID_TriggerPolarity Retrieves the trigger polarity property item.
VCDID_Trigger Retrieves the trigger mode property item.
VCDID_TestPattern Retrieves the test pattern property of the Dxx 21F04 camera series
VCDID_MultiSlope Retrieves the multi slope property item.
VCDID_SignalDetected Retrieves the signal detected property item.
VCDID_PartialScanOffset Retrieves the Partial Scan Offset property item.
VCDID_GPIO Retrieves the General Purpose IO property item.
VCDID_Strobe Retrieves the Strobe property item.

<< Constants