Welcome to
www.tdxlibrary.org
Home of the
the TDx_Library...
"RAD DirectX"
for
C++ Builder
...
|
TDx_Sound_Library v2.00 Component Reference
|
|
[ TDx_Sound::GetCaps() ]
[ next: GetSpeakerConfig() ]
[ prev: DuplicateSoundBuffer() ]
public:
virtual bool __fastcall GetCaps( TDSCaps* pCaps );
TDX_SOUND::GETCAPS()
[ component method ]
- Description
The
TDx_Sound::GetCaps
method
will
retrieve
the
hardware
capabilities
of
the
sound
device.
This
method
retrieves
the
maximum
and
current
capacity
in
each
field.
The
use
of
resources
within
some
fields
may
influence
the
capacity
of
others
due
to
resource
trade
offs.
If
the
method
call
fails,
the
OnError
event
will
be
triggered
with
one
of
the
following
values:
TDX_BADPARAMS
DSERR_GENERIC
DSERR_INVALIDPARAM
DSERR_UNINITIALIZED
- Parameters
Caps
The Caps parameter references a TDSCaps component for holding the retrieved hardware capabilities if this method returns successfully.
- See Also
- Top
If you would like to submit additions or improvements to this page, click: darren_john_dwyer@hotmail.com.
|
|