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::GetCurrentPosition() ]
[ next: GetFormat() ]
[ prev: GetCaps() ]
public:
virtual bool __fastcall GetCurrentPosition( dword* pCapturePosition, dword* pReadPosition );
TDX_SOUNDCAPTUREBUFFER::GETCURRENTPOSITION()
[ component method ]
- Description
The
TDx_SoundCaptureBuffer::GetCurrentPosition
method
will
return
the
current
position
of
the
capture
and
read
pointers
within
the
buffer.
If
the
method
call
fails,
the
OnError
event
will
be
triggered
with
one
of
the
following
values:
DSERR_INVALIDPARAM
DSERR_NODRIVER
DSERR_OUTOFMEMORY
- Parameters
CapturePosition
The CapturePosition parameter will reference the offset of the capture cursor within the capture buffer if this method returns successfully.
Set this parameter to NULL if the capture cursor position is not required.
ReadPosition
The ReadPosition parameter will reference the offset of the read cursor within the capture buffer if this method returns successfully.
Set this parameter to NULL if the read cursor position is not required.
- See Also
- Top
If you would like to submit additions or improvements to this page, click: admin@bcb-tools.com.
|
|