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_Sound_Library v2.00 Component Reference

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

    [ TDSCaps::Flags ]     [ next: FreeHw3DAllBuffers ]     [ prev: ErrorValue ]

    public:

        __property dword Flags = { read=FGetFlags, write=FSetFlags, default=0 };




    -= Go to the TDSCaps description =-    TDSCAPS::FLAGS   [ component property ]

    • Description

        The Flags property defines flags specifying the available device capabilities.
        The described effect applies when the flag is set.
    • Flags

        DSCAPS_CERTIFIED
        The sound card driver has been tested and certified by Microsoft.

        DSCAPS_CONTINUOUSRATE
        Support for all sample rates falling between the values of TDSCaps::MinSecondarySampleRate and TDSCaps::MaxSecondarySampleRate is available.
        This usually means actual output rates will be within +/- 10 hertz (Hz) of the desired frequency.

        DSCAPS_EMULDRIVER
        There is no DirectSound driver installed for the device, so it is being emulated through the Windows waveform-audio functions.
        Expect some degree of performance degradation.

        DSCAPS_PRIMARY16BIT
        Support for primary sound buffers with 16 bit samples is available.

        DSCAPS_PRIMARY8BIT
        Support for primary sound buffers with 8 bit samples is available.

        DSCAPS_PRIMARYMONO
        Support for monophonic primary sound buffers is available.

        DSCAPS_PRIMARYSTEREO
        Support for stereo primary sound buffers is available.

        DSCAPS_SECONDARY16BIT
        Support for hardware mixed secondary sound buffers with 16 bit samples is available.

        DSCAPS_SECONDARY8BIT
        Support for hardware mixed secondary sound buffers with 8 bit samples is available.

        DSCAPS_SECONDARYMONO
        Support for hardware mixed monophonic secondary buffers is available.

        DSCAPS_SECONDARYSTEREO
        Support for hardware mixed stereo secondary buffers 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.