Welcome to
www.tdxlibrary.org
Home of the
the TDx_Library...
"RAD DirectX"
for
C++ Builder
...
|
TDx_Sound_Library v2.00 Component Reference
|
|
[ TDx_SoundBuffer::GetCurrentPosition() ]
[ next: GetFormat() ]
[ prev: GetCaps() ]
public:
virtual bool __fastcall GetCurrentPosition( dword* pCurrentPlayCursor, dword* pCurrentWriteCursor );
TDX_SOUNDBUFFER::GETCURRENTPOSITION()
[ component method ]
- Description
- Parameters
CurrentPlayCursor
The CurrentPlayCursor parameter will reference the current offset, in bytes, of the play cursor within the buffer if this method returns successfully.
Set this parameter to NULL if only the write position is desired.
CurrentWriteCursor
The CurrentWriteCursor parameter will reference the current offset, in bytes, of the write cursor within the buffer if this method returns successfully.
Set this parameter to NULL if only the play position is desired.
- See Also
- Top
If you would like to submit additions or improvements to this page, click: darren_john_dwyer@hotmail.com.
|
|