This commit is contained in:
2026-04-09 18:19:03 -03:00
parent 5921cd6562
commit 5b467ffba8
18 changed files with 1793 additions and 43 deletions

3
media/client/src/lib.rs Normal file
View File

@@ -0,0 +1,3 @@
pub mod capture;
pub mod encoder;
pub mod pipeline;