@3dsource/angular-unreal-module 0.0.62-dev.1 → 0.0.62-dev.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.d.ts
CHANGED
|
@@ -753,7 +753,7 @@ declare class UnrealCommunicatorService {
|
|
|
753
753
|
private emitDescriptor;
|
|
754
754
|
private requestInitialSettings;
|
|
755
755
|
private requestQualityControl;
|
|
756
|
-
|
|
756
|
+
protected listenVideo(): void;
|
|
757
757
|
private prepareScreen;
|
|
758
758
|
private showPlayOverlay;
|
|
759
759
|
static ɵfac: i0.ɵɵFactoryDeclaration<UnrealCommunicatorService, never>;
|
|
@@ -841,6 +841,8 @@ declare class SignallingPlaywrightService extends SignallingService {
|
|
|
841
841
|
|
|
842
842
|
declare class UnrealCommunicatorPlaywrightService extends UnrealCommunicatorService {
|
|
843
843
|
sendCommandToUnreal(): void;
|
|
844
|
+
sendInputData(): void;
|
|
845
|
+
listenVideo(): void;
|
|
844
846
|
static ɵfac: i0.ɵɵFactoryDeclaration<UnrealCommunicatorPlaywrightService, never>;
|
|
845
847
|
static ɵprov: i0.ɵɵInjectableDeclaration<UnrealCommunicatorPlaywrightService>;
|
|
846
848
|
}
|