tencent cloud

Cloud Application Rendering

Release Notes
Product Introduction
Overview
Basic Concepts
Strengths
Use Cases
Purchase Guide
Billing Overview
Billing
Purchase Process
Overdue Payment
Refunds
Auto-Renewal Rules
Getting Started
Basic Technical Concepts
User Guides
Technical Integration
Integration Demo
Console Guide
Application Management
Project Management
Stream Push Service
Concurrency Management
Multiplayer Interaction
Session Status
Practical Tutorial
How to Implement Cloud-Native Recording
How to Implement Application Upload and Version Update via CAR-CLI
How to Implement Concurrency Sharing
How to Implement Mobile Chinese Input
How ‍to ‍Push ‍‍Cloud ‍Video Streams to CSS
How to Implement Multi-Person Interaction
How to Implement Live Room Interaction ‍with On-Screen Comments
Configuring and Using Cloud Browser
SDK Documentation
JavaScript SDK
SDK for Android
SDK for iOS
API Documentation
History
Introduction
API Category
Making API Requests
User APIs
Application Management APIs
Project Management APIs
Concurrency Management APIs
Stream Push Service APIs
Data Types
Error Codes
FAQs
CAR Basics
CAR Integration
Cloud Application
Service Level Agreement
CAR Policy
Privacy Policy
Data Processing And Security Agreement
Contact Us

Using Window Capturing Mode

PDF
フォーカスモード
フォントサイズ
最終更新日: 2024-01-26 12:00:38
CAR provides a way to capture the window of the cloud application. In this way, the end user will only see the application window and not the rest of the desktop, achieving a full-screen-like effect.
You need to provide the application class name and title (the title is the window title during application startup). If the window title isn't customized during development, the window title after `Demo.exe` starts will be `Demo`. If your application is a UE application, enter `UnrealWindow` for the Class name.
This document describes how to use WinSpy to capture the application class name and title for the startup parameter configuration.

Directions

1. Download WinSpy to capture the window attributes.
2. Unzip WinSpy, and open WinSpy32.exe or WinSpy64.exe based on your system type.



3. Open the application to capture (such as Google Chrome), click and move the Finder Tool (shown in the red box) to the application window, and release it.



4. WinSpy captures the window attributes.
Title: Window title of your application (such as CAR - Google Chrome)
Class: Application class name (such as Chrome_WidgetWin_1)



5. Modify the startup parameter configuration according to the captured attributes.





ヘルプとサポート

この記事はお役に立ちましたか?

フィードバック