Copyright © 2005-2010 MultiMedia Soft

SoundDurationChanged event

Previous pageReturn to chapter overviewNext page

Remarks

 

Occurs after a successful call to the SetTempoPerc and SetRatePerc methods to notify that the original sound duration has been altered.

 

Further details about songs mixing can be found inside the How to mix your songs section.

 

 

Syntax

 

[Visual Basic]

Public Event SoundDurationChanged As SoundDurationChangedEventHandler


 

[C#]

public event SoundDurationChangedEventHandler SoundDurationChanged;


 

[C++]

public: __event SoundDurationChangedEventHandler SoundDurationChanged;


 

 

Event Data

 

The event handler receives an argument of type SoundDurationChangedEventArgs.

 

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.