InputEvent class
An event that occurs when input arrives for a given OutboundStream
.
public sealed class InputEvent : BaseEvent<InputBody>
Public Members
name | description |
---|---|
Id { get; } | The ID of the peer emitting the input. |
IsDiscarded { get; } | Flag indicating if the input has been discarded or will be processed by the host. |
Discard() | Discards the input, preventing the host from processing it. |
Remarks
Can be used to Discard
input events, preventing the host from processing them.
See Also
- class BaseEvent<TManaged>
- class InputBody
- namespace Rainway.SDK.Events