mtsahakis / MediaProjectionDemo

One Activity sample app of using Android Lollipop MediaProjection API to capture device screenshots
Other
210 stars 76 forks source link

Request: please show how to capture videos and even with audio #20

Closed AndroidDeveloperLB closed 3 years ago

AndroidDeveloperLB commented 5 years ago

Seems it's possible on Android Q.

mgood7123 commented 4 years ago

Seems it's possible on Android Q.

thats ONLY cus that feature (specifically the Device audio (NOT MIC) recording) is ONLY available on Q as Built-In (eg System/OS level feature)

AndroidDeveloperLB commented 4 years ago

It's not only for built in apps. It's available for third party apps too, such as this one:

https://play.google.com/store/apps/details?id=com.kimcy929.screenrecorder

mtsahakis commented 3 years ago

This is beyond the scope of this sample app. Feel free to extend it, I am open to PRs.