问题标签 [window-capture]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
swift - Capture specific window in CoreMediaIO based virtual camera in Swift
I am trying to understand one of sample Virtual Camera based on CoreMediaIO given at https://github.com/seanchas116/SimpleDALPlugin
Currenty this camera display animated moving sqaure. relevant code for this is
create
and modifyWithContext
are defined here
How can I update this code to output window capturing of any specific window like chrome or terminal etc?