9struct ReplayStateConfig {
13 ::ll::TypedStorage<4, 12, ::ReplayStateConfigThresholds> mSupportedThresholds;
14 ::ll::TypedStorage<1, 1, ::ReplayStateMode> mMode;
15 ::ll::TypedStorage<1, 1, uchar> mMinCorrectionDelay;
16 ::ll::TypedStorage<1, 1, uchar> mMaxCorrectionDelay;
17 ::ll::TypedStorage<2, 2, ushort> mHistorySize;
27 MCAPI
explicit ReplayStateConfig(::ReplayStateMode mode);
29 MCAPI uint64 getSanitizedHistorySize()
const;
32 MCAPI
void setReplayStateConfigThresholds(
float baseThreshold);
39 MCAPI
void* $ctor(::ReplayStateMode mode);