同步最新的源代码

This commit is contained in:
ChenX
2023-02-17 09:40:24 +08:00
parent 6c7fce6930
commit 8f005232a8
229 changed files with 1036 additions and 436 deletions

View File

@@ -1,16 +1,11 @@
import { WebRtcPlayer } from "./WebRtcPlayer";
export declare class WebRtcRenderer {
private ws;
webRtcPlayerObj: WebRtcPlayer;
rm1: any;
rm2: any;
webRtcPlayerObj: any;
canUse: boolean;
constructor();
get IsLink(): boolean;
private InitWebSocket;
private Connect;
OnLinkEvent(isLink: boolean): void;
StartRenderer(): void;
StartRenderer(): Promise<void>;
EndRenderer(): void;
private _qualityController;
private sendInputData;
}
//# sourceMappingURL=WebRtcRenderer.d.ts.map