This commit is contained in:
ChenX
2024-03-26 11:10:20 +08:00
parent 070821c353
commit 66f35d6c12
2436 changed files with 31792 additions and 3945 deletions

View File

@@ -0,0 +1,11 @@
import { PixelStreaming } from '@epicgames-ps/lib-pixelstreamingfrontend-ue5.2';
export declare class WebRtcRenderer {
pixelStreaming: PixelStreaming;
canUse: boolean;
constructor();
private Connect;
OnLinkEvent(isLink: boolean): void;
StartRenderer(): Promise<void>;
EndRenderer(): void;
}
//# sourceMappingURL=WebRtcRenderer.d.ts.map