Click or drag to resize

MediaClientPlayersCreated Event

Version 93.1.111
Called whenever a player is created, or when a new agent joins and receives a list of active players. If an agent is restored, it will receive the full list of player ids and all events again.

Namespace:  CefSharp.DevTools.Media
Assembly:  CefSharp (in CefSharp.dll) Version: 93.1.111.0 (93.1.111.0)
Syntax
public event EventHandler<PlayersCreatedEventArgs> PlayersCreated

Value

Type: SystemEventHandlerPlayersCreatedEventArgs
See Also