Table of Contents

Class SessionReplayControl

Namespace
Backdash.Synchronizing
Assembly
Backdash.dll
public class SessionReplayControl
Inheritance
SessionReplayControl
Inherited Members

Constructors

SessionReplayControl()

public SessionReplayControl()

Properties

IsBackward

true if replay will flow backwards

public bool IsBackward { get; set; }

Property Value

bool

IsPaused

true if replay is paused

public bool IsPaused { get; }

Property Value

bool

MaxBackwardFrames

Maximum number of frames for backward play on Replays Defaults to 300 (5 seconds in 60 fps)

public int MaxBackwardFrames { get; init; }

Property Value

int

Methods

Pause()

Pause replay. IsPaused

public void Pause()

Play(bool)

Unpause state IsPaused

public void Play(bool isBackwards = false)

Parameters

isBackwards bool

ToggleBackwards()

Toggle replay backward. IsBackward

public void ToggleBackwards()

TogglePause()

Toggle replay pause. IsPaused

public void TogglePause()