You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
is there maybe an example on how to use this function?
Im unable to call Capture::start because the IRandomAccessStream does not implement Send
how would i get the stream in the Capture struct then if not via the flags?
Is your feature request related to a problem? Please describe. 📝
No
Describe the solution you'd like 🔑
windows-capture/src/encoder.rs
Lines 763 to 767 in 694f8ae
In my opinion interaction with the windows API should be as minimal as possible, so maybe use a callback function, or a
mpsc::Sender
instead
The text was updated successfully, but these errors were encountered: