UNPKG

@epicgames-ps/lib-pixelstreamingfrontend-ue5.4

Version:
11 lines (9 loc) 197 B
// Copyright Epic Games, Inc. All Rights Reserved. /** * Session statistics */ export class SessionStats { runTime: string; controlsStreamInput: string; videoEncoderAvgQP: number; }