Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经使用 MediaProjection api 成功录制了一个屏幕,但我想在我的活动中录制一个特定的布局/视图,而不是整个屏幕。
我遵循了这些教程;
https://android.googlesource.com/platform/development/+/master/samples/ApiDemos/src/com/example/android/apis/media/projection/MediaProjectionDemo.java
https://github.com/mtsahakis/MediaProjectionDemo
您不能只记录特定的布局。Media Projection API 直接从 GPU 本身获取帧缓冲区(这是表面抛掷器的输出),这是您在屏幕上看到的所有内容(包括状态栏、导航栏以及所有覆盖和内容,包括您正在尝试的应用程序)记录。