[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] ui/cocoa: capture screencast with AVAssetWriter
|
From: |
Peter Maydell |
|
Subject: |
Re: [PATCH] ui/cocoa: capture screencast with AVAssetWriter |
|
Date: |
Tue, 11 Jan 2022 08:31:43 +0000 |
On Tue, 11 Jan 2022 at 07:09, Zhang Chen <tgfbeta@me.com> wrote:
>
> To record screencast, AVAssetWriter APIs were called for each
> cocoa_update call.
>
> Commands for start/stop recording were added to View menu.
This seems a bit of an odd feature -- why doesn't the OS just
permit screen recording of any application without the app
having to have code for it specifically ?
-- PMM