MP3Sound Control Events

MP3Sound Control Events

All of the events that apply to this control are in this table.

 

PlayFinished Event

Description
Occurs when the codec stopped playing MP3 file.

Usage
Sub ctlname_PlayFinished ()

Remarks

Data Type
none

 

PlaymodeChanged Event

Description
Occurs when the codec changes the play mode.

Usage
Sub ctlname_PlaymodeChanged ()

Remarks

Data Type
none

 

ReturnError Event

Description
Occurs when the control returns an error (exception ).

Usage
Sub ctlname_ReturnError (errLong As Long, errDescription As String)

Remarks

Data Type
Long, String