Copyright © 2005-2019 MultiMedia Soft

CastingPlayerStart event

Previous pageReturn to chapter overviewNext page

Remarks

 

Occurs when a player, through a call to the the CastingStart method, starts a casting session previously created by one between the CastingCreateFromPlayer, CastingWmaPubPointOpenForPlayer or CastingWmaNetworkOpenForPlayer methods.

 

Further information about management of casting sessions can be found inside the How to use the control as a source for streaming servers like SHOUTcast tutorial.

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

 

 

Syntax

 

[Visual Basic]

Public Event CastingPlayerStart As CastingPlayerStartEventHandler


 

[C#]

public event CastingPlayerStartEventHandler CastingPlayerStart;


 

[C++]

public: __event CastingPlayerStartEventHandler CastingPlayerStart;


 

 

Event Data

 

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

 

Parameters

Description

 

 

nCastingUniqueId

Unique identifier of the casting session returned by a previous call to CastingCreateFromPlayer, CastingWmaPubPointOpenForPlayer or CastingWmaNetworkOpenForPlayer methods.