hossam14102010
hossam14102010
### Discussed in https://github.com/dotnet/maui/discussions/9510 Originally posted by **devonuto** August 18, 2022 After updating to Microsoft Visual Studio Enterprise 2022 (64-bit) - Preview Version 17.4.0 Preview 1.0 (.NET SDK 6.0.400) The...
I was trying to use SIPSorceryMedia.SDL2 library in a simple console application: ``` using SIPSorcery.Media; using SIPSorceryMedia.SDL2; SDL2Helper.InitSDL(); SDL2AudioEndPoint endpoint = new("Speakers (Realtek High Definition Audio)", new AudioEncoder()); ``` but...
This PR will add camera support for Android. Note: the libraries are compiled with libx264, libvpx, Android MediaCodec, Android zlib and GPL license to enable libpostproc