www.BCB-Tools.com
Home of
RAD DirectX
for
C++ Builder
...
...
Please Register
So we can
create more
the TDx_Library
the TDx9_Library
|
TDx_Sound_Library v1.90 Component Reference
|
|
[ TDx_SoundCapture::DSCaptureEnumerate() ]
[ next: Destroy() ]
[ prev: CreateCaptureBuffer() ]
public:
virtual bool __fastcall DSCaptureEnumerate( LPVOID pContext );
TDX_SOUNDCAPTURE::DSCAPTUREENUMERATE()
[ component method ]
- Description
The
TDx_Sound::DSCaptureEnumerate
method
will
scan
all
the
sound
capture
devices
installed
on
the
system
and
call
the
TDx_SoundCapture::OnDSCaptureEnumCallback()
event
for
each
device.
There
is
no
need
to
write
a
manual
callback
function,
just
place
your
code
in
the
TDx_SoundCapture::OnDSCaptureEnumCallback()
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: admin@bcb-tools.com.
|
|