Table of Contents

Interface IInputBuffer

Namespace
Coherence.Toolkit
Assembly
Coherence.Toolkit.dll
public interface IInputBuffer

Properties

Delay

int Delay { get; set; }

Property Value

int

LastAcknowledgedFrame

long LastAcknowledgedFrame { get; }

Property Value

long

LastConsumedFrame

long LastConsumedFrame { get; }

Property Value

long

LastFrame

long LastFrame { get; }

Property Value

long

LastReceivedFrame

long LastReceivedFrame { get; }

Property Value

long

LastSentFrame

long LastSentFrame { get; }

Property Value

long

MispredictionFrame

long? MispredictionFrame { get; }

Property Value

long?

Size

int Size { get; }

Property Value

int

Methods

Reset()

void Reset()

ShouldPause(long, long)

bool ShouldPause(long currentFrame, long commonReceivedFrame)

Parameters

currentFrame long
commonReceivedFrame long

Returns

bool

Events

OnStaleInput

event StaleInputHandler OnStaleInput

Event Type

StaleInputHandler