UNPKG

yimultiscreenserver-sdk-web-migration

Version:

YiMultiScreenServer SDK for Web

18 lines 643 B
export declare class DisplaySupportVO { isSupportMirrorToDisplay: boolean; isSupportMirrorToController: boolean; isSupportDisplayRemote: boolean; isSupportDisplayScreenCapture: boolean; isSupportDisplayAppInstall: boolean; isSupportShareImageToDisplay: boolean; isSupportShareVideoToDisplay: boolean; isSupportShareDocumentToDisplay: boolean; isSupportRemoteWithAudio: boolean; majorVersion: number; minorVersion: number; constructor(); equals(o: any): boolean; toString(): string; static copy(vo: DisplaySupportVO): DisplaySupportVO; } //# sourceMappingURL=DisplaySupportVO.d.ts.map