Welcome to
www.tdxlibrary.org
Home of the
the TDx_Library...
"RAD DirectX"
for
C++ Builder
...
|
TDx_Sound_Library v2.00 Component Reference
|
|
[ TDx_SoundNotify::OnNotify() ]
[ prev: OnError() ]
__published:
__property TDx_NotifyEvent OnNotify = {read=FOnNotify, write=FOnNotify, nodefault};
TDX_SOUNDNOTIFY::ONNOTIFY()
[ component event ]
- Description
The
OnNotify
event
is
triggered
when
the
buffer
reaches
a
point
previously
defined
using
TDx_SoundNotify::SetNotificationPositions().
This
is
useful
for
loading
or
writing
the
next
chunk
of
data,
cascading
sound
effects
and
so
on.
Set
the
LocalNotify
property
of
this
component
to
false
if
you
wish
to
use
the
TDSBPositionNotify::OnNotify()
event
corresponding
to
the
triggering
notification
position
or
true
to
use
this
OnNotify
event.
When
using
this
event,
the
Value
parameter
indicates
which
notification
position
has
been
reached.
- Parameters
Notification
The Notification parameter contains an integer value, representing an index of some sort.
Sender
The Sender parameter refers to the object that signalled the event.
- See Also
- Top
If you would like to submit additions or improvements to this page, click: darren_john_dwyer@hotmail.com.
|
|