Table of Contents

Class PlayerEventsAddedEventArgs

Namespace
Selenium.WebDriver.BiDi.Cdp.Media
Assembly
Selenium.WebDriver.BiDi.Cdp.dll

Send events as a list, allowing them to be batched on the browser for less congestion. If batched, events must ALWAYS be in chronological order.

public sealed record PlayerEventsAddedEventArgs : EventArgs, IEquatable<EventArgs>, IEquatable<PlayerEventsAddedEventArgs>
Inheritance
EventArgs
PlayerEventsAddedEventArgs
Implements
IEquatable<EventArgs>
Inherited Members
EventArgs.ToString()
EventArgs.GetHashCode()
EventArgs.Equals(EventArgs)
EventArgs.<Clone>$()
EventArgs.BiDi
EventArgs.AdditionalData
EventArgs.AdditionalMessageData

Constructors

PlayerEventsAddedEventArgs(PlayerId, ImmutableArray<PlayerEvent>)

Send events as a list, allowing them to be batched on the browser for less congestion. If batched, events must ALWAYS be in chronological order.

public PlayerEventsAddedEventArgs(PlayerId PlayerId, ImmutableArray<PlayerEvent> Events)

Parameters

PlayerId PlayerId
Events ImmutableArray<PlayerEvent>

Properties

Events

public ImmutableArray<PlayerEvent> Events { get; init; }

Property Value

ImmutableArray<PlayerEvent>

PlayerId

public PlayerId PlayerId { get; init; }

Property Value

PlayerId