UNPKG

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

Version:
15 lines (14 loc) 294 B
/** * Codec Stats collected from the RTC Stats Report */ export declare class CodecStats { clockRate: number; id: string; mimeType: string; payloadType: number; sdpFmtpLine: string; timestamp: number; transportId: string; type: string; channels: number; }