|
Copyright © 2001-2008 MultiMedia Soft
Return to Table of contents
|
|
[Visual Basic]
SoundDurationChanged (
ByVal nPlayer as Integer,
ByVal nNewDuration as Single
)
|
|
[C++]
void SoundDurationChanged (
short nPlayer,
float fNewDuration
);
|
|
Parameter
|
Description
|
|
|
|
|
nPlayer
|
Number representing the zero-based index of the involved player
|
|
fNewDuration
|
The updated sound duration expressed in seconds.
|