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_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: admin@bcb-tools.com.
|
|