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::DSEnumerate() ]
[ next: Destroy() ]
[ prev: CreateSoundBuffer() ]
public:
virtual bool __fastcall DSEnumerate( LPVOID pContext );
TDX_SOUND::DSENUMERATE()
[ component method ]
- Description
The
TDx_Sound::DSEnumerate
method
will
scan
all
the
sound
devices
installed
on
the
system
and
call
the
TDx_Sound::OnDSEnumCallback()
event
for
each
device.
There
is
no
need
to
write
a
manual
callback
function,
just
place
your
code
in
the
TDx_Sound::OnDSEnumCallback()
event.
If
the
method
call
fails,
the
OnError
event
will
be
triggered
with
one
of
the
following
values:
DSERR_INVALIDPARAM
- Parameters
Context
The Context parameter references an application defined object that is passed to the callback event for each device enumerated.
- See Also
- Top
If you would like to submit additions or improvements to this page, click: darren_john_dwyer@hotmail.com.
|
|