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_SoundCaptureBuffer::Start() ]
[ next: Stop() ]
[ prev: SaveToFile() ]
public:
virtual bool __fastcall Start( dword pFlags );
TDX_SOUNDCAPTUREBUFFER::START()
[ component method ]
- Description
The
TDx_SoundCaptureBuffer::Start
method
will
start
retrieving
sound
data
into
this
capture
buffer.
This
method
will
have
no
effect
if
the
buffer
is
already
capturing.
If
the
method
call
fails,
the
OnError
event
will
be
triggered
with
one
of
the
following
values:
DSERR_INVALIDPARAM
DSERR_NODRIVER
DSERR_OUTOFMEMORY
- Parameters
Flags
The Flags parameter defines a flag specifying capture buffer behavior when capturing sound data.
The described effect applies when the flag is set.
DSCBSTART_LOOPING
The capture buffer is looping.
The buffer returns to the beginning and continues capturing when it reaches the end of the buffer.
- See Also
- Top
If you would like to submit additions or improvements to this page, click: admin@bcb-tools.com.
|
|