VCL RAD DirectX for C++ Builder

Welcome to

www.tdxlibrary.org

Home of the
the TDx_Library...

=- RAD DirectX =-

"RAD DirectX"
for
C++ Builder

...

Welcome to tdxlibrary.org Latest News

Development Tools Demo Applications Step-By-Step Tutorials Component Reference

Register our Tools Available Downloads

Frequently Asked Questions Links to other sites Information about the tdxlibrary.org website


    TDx_Draw_Library v2.00 Component Reference

    -= Click to navigate the reference =-
    Go to the Welcome Page

    [ TDDVideoPortCaps::Caps ]     [ next: ErrorValue ]     [ prev: AlignVideoPortPrescaleWidth ]

    public:

        __property dword Caps = { read=FGetCaps, write=FSetCaps, default=0 };




    -= Go to the TDDVideoPortCaps description =-    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.



























Top

Welcome |  Latest News |  Tools |  Demos |  Tutorials |  Reference |  Register |  Downloads
FAQ |  Links |  Site Information

This page is Copyright © 2019 Darren John Dwyer, Australia. All Rights Reserved.
Borland C++ Builder, CBuilder, etc are Trademarks of Borland Corporation.
DirectX, DirectDraw, Windows, etc are Trademarks of Microsoft Corporation.