Copyright © 2001-2008 MultiMedia Soft 
Return to Table of contents  
 
ServerClosed event 
 
Remarks 
 
Occurs when the Internet connection drops or when the remote stream server closes the streaming channel during the buffering of an Internet stream: this last situation could happen when using a slow dial-up connection (56 Kbits or slower). 
 
For further details about Internet streams support see the How to play Internet streams section. 
 
 
Syntax 
 
[Visual Basic] 
ServerClosed 
ByVal nPlayer as Integer 
)
 
[C++] 
void ServerClosed ( 
short nPlayer 
);
 
 
Parameter
Description
 
 
nPlayer
Number representing the zero-based index of the player that fired the event
 
 
 
 
 
 
 
 
 
Copyright © 2001-2008 MultiMedia Soft 
Return to Table of contents