UNPKG

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

Version:
10 lines (9 loc) 199 B
/** * Class to hold the stream stats data coming in from webRtc */ export declare class StreamStats { id: string; streamIdentifier: string; timestamp: number; trackIds: string[]; }