Copyright © 2001-2019 MultiMedia Soft

PlayerDisconnected event

Previous pageReturn to chapter overviewNext page

Remarks

 

Occurs when the output device connected to a certain player is disconnected from the system: this may happen when using USB devices; with this event you can be informed that the player cannot continue playback on the output device and that a new device should be used.

 

 

Syntax

 

[Visual Basic]

PlayerDisconnected (

ByVal nPlayer as Integer

)


 

[C++]

void PlayerDisconnected (

short nPlayer

);


 

 

Parameter

Description

 

 

nPlayer

Number representing the zero-based index of the player that fired the event