Capture screen in BGRA8 and render it in capture
example app
This commit is contained in:
parent
37da841716
commit
79a7a0e0e7
10 changed files with 156 additions and 71 deletions
8
crates/media/src/bindings.rs
Normal file
8
crates/media/src/bindings.rs
Normal file
|
@ -0,0 +1,8 @@
|
|||
#![allow(non_upper_case_globals)]
|
||||
#![allow(non_camel_case_types)]
|
||||
#![allow(non_snake_case)]
|
||||
#![allow(unused)]
|
||||
|
||||
use objc::*;
|
||||
|
||||
include!(concat!(env!("OUT_DIR"), "/bindings.rs"));
|
Loading…
Add table
Add a link
Reference in a new issue