www.BCB-Tools.com

Home of
RAD DirectX
for
C++ Builder

...

C++ Builder wrapping DirectX

...

Please Register

So we can
create more

the TDx_Library
the TDx9_Library



Welcome to BCB-Tools.com Latest News

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

Register Here! Available Downloads

Frequently Asked Questions Discussion Forums Receive emails from BCB-Tools.com Send us some Feedback

Links to other sites Information about the BCB-Tools.com website


    TDx_Sound_Library v1.90 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: admin@bcb-tools.com.



























Top

Welcome |  Latest News |  Tools |  Demos |  Tutorials |  Reference |  Register |  Downloads
FAQ |  Forums |  Feedback |  Mailing List |  Links |  Site Information

This page is Copyright © 2008 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.