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::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: darren_john_dwyer@hotmail.com.
|
|