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::Playing ]
[ next: StreamFormat ]
[ prev: Pan ]
__published:
__property bool Playing = { read=FGetPlaying, nodefault };
TDX_SOUNDBUFFER::PLAYING
[ component property ]
- Description
The Playing property can be used to determine whether or not a buffer is currently playing. If true, the sound buffer is currently playing. If false, the sound buffer is not currently playing.
This is equivalent to calling TDx_SoundBuffer::GetStatus() and checking for DSBSTATUS_PLAYING.
- See Also
- Top
If you would like to submit additions or improvements to this page, click: admin@bcb-tools.com.
|
|