Welcome to
www.tdxlibrary.org
Home of the
the TDx_Library...
"RAD DirectX"
for
C++ Builder
...
|
TDx_Draw_Library v2.00 Component Reference
|
|
[ TDDVideoPortCaps::Caps ]
[ next: ErrorValue ]
[ prev: AlignVideoPortPrescaleWidth ]
public:
__property dword Caps = { read=FGetCaps, write=FSetCaps, default=0 };
TDDVIDEOPORTCAPS::CAPS
[ component property ]
- Description
The Caps property defines flags indicating the available video port capabilities.
The described effect applies when the flag is set.
- Flags
DDVPCAPS_AUTOFLIP
Support for flips that are performed automatically when VREF's occur is available.
This is useful in avoiding tearing. Flips will occur on every second VREF when the data is being interleaved in memory.
DDVPCAPS_COLORCONTROL
Support for color control operations being performed on incoming data before it is written to the frame buffer is available.
DDVPCAPS_INTERLACED
Support for interlaced video is available.
DDVPCAPS_NONINTERLACED
Support for non interlaced video is available.
DDVPCAPS_OVERSAMPLEDVBI
Support for formats or widths of VBI data that are different to those of the regular video data is available.
DDVPCAPS_READBACKFIELD
Support for the use of TDx_DrawVideoPort::GetFieldPolarity() is available.
DDVPCAPS_READBACKLINE
Support for the use of TDx_DrawVideoPort::GetVideoLine() is available.
DDVPCAPS_SHAREABLE
Support for two genlocked video streams sharing the video port with one stream using even fields and the other using odd fields is available.
Separate properties such as address, scaling, cropping, etc, are maintained for both fields.
DDVPCAPS_SKIPEVENFIELDS
Support for automatically discarding the even fields of a video signal is available.
DDVPCAPS_SKIPODDFIELDS
Support for automatically discarding the odd fields of a video signal is available.
DDVPCAPS_SYNCMASTER
Support for driving the display refresh rate with the video port sync rate is available.
DDVPCAPS_SYSTEMMEMORY
Support for writing to system memory surfaces is available.
DDVPCAPS_VBIANDVIDEOINDEPENDENT
Support for controlling the VBI and video portions of a video stream with independent processes is available.
DDVPCAPS_VBISURFACE
Support for writing VBI data to a different surface than the video data is available.
- See Also
- Top
If you would like to submit additions or improvements to this page, click: darren_john_dwyer@hotmail.com.
|
|