|
Copyright © 2005-2008 MultiMedia Soft
Return to Table of contents
|
|
[Visual Basic]
Public Event SoundDurationChanged As SoundDurationChangedEventHandler
|
|
[C#]
public event SoundDurationChangedEventHandler SoundDurationChanged;
|
|
[C++]
public: __event SoundDurationChangedEventHandler SoundDurationChanged;
|
|
SoundDurationChangedEventArgs members
|
Description
|
|
|
|
|
nPlayerIndex
|
Number representing the zero-based index of the player that fired the event
|
|
fNewDuration
|
The updated sound duration expressed in seconds.
|