Welcome to
www.tdxlibrary.org
Home of the
the TDx_Library...
"RAD DirectX"
for
C++ Builder
...
|
TDx_Sound_Library v2.00 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: darren_john_dwyer@hotmail.com.
|
|