Return Value Return the number of count ofAudio Effects is installed on your system.
Example
Visual Basic Syntax iAudioEffectCount = MoviePlayer1.GetAudioEffectCount For i = 0 To iAudioEffectCount - 1 List1.AddItem MoviePlayer1.GetAudioEffectName(i) Next If List1.ListCount > 0 Then List1.ListIndex = 0 End If