www.BCB-Tools.com
Home of
RAD DirectX
for
C++ Builder
...
...
Please Register
So we can
create more
the TDx_Library
the TDx9_Library
|
TDx_Draw_Library v1.90 Component Reference
|
|
[ TDDVideoPortConnect::TypeID ]
[ prev: SizeAll ]
public:
__property GUID TypeID[dword pArrayIndex] = { read=FGetTypeID, write=FSetTypeID };
TDDVIDEOPORTCONNECT::TYPEID
[ component property ]
- Description
The TypeID property defines GUID's indicating the sync characteristics of the video port.
Possible values of this property are not limited to those listed below, they are merely those that are predefined.
- Flags
DDVPTYPE_BROOKTREE
The video sync information is embedded in the data stream using the Brooktree definition.
DDVPTYPE_CCIR656
The video sync information is embedded in the data stream according to the CCIR656 specification.
DDVPTYPE_E_HREFH_VREFH
The video sync is provided externally with the HREF indicated by an active high and the VREF indicated by an active high.
DDVPTYPE_E_HREFH_VREFL
The video sync is provided externally with the HREF indicated by an active high and the VREF is indicated by an active low.
DDVPTYPE_E_HREFL_VREFH
The video sync is provided externally with the HREF indicated by an active low and the VREF is indicated by an active high.
DDVPTYPE_E_HREFL_VREFL
The video sync is provided externally with the HREF indicated by an active low and the VREF is indicated by an active low.
DDVPTYPE_PHILIPS
The video sync information is embedded in the data stream using the Philips definition.
- See Also
- Top
If you would like to submit additions or improvements to this page, click: [email protected].
|
|