Copyright © 2005-2019 MultiMedia Soft

ServerClosed event

Previous pageReturn to chapter overviewNext page

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.

For further details about synchronization through Events see the How to synchronize the container application through events tutorial.

 

 

Syntax

 

[Visual Basic]

Public Event ServerClosed As PlayerEventHandler


 

[C#]

public event PlayerEventHandler ServerClosed;


 

[C++]

public: __event PlayerEventHandler* ServerClosed;


 

 

Event Data

 

The event handler receives an argument of type PlayerEventArgs having the following parameters:

 

Parameters

Description

 

 

nPlayerIndex

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