Luen

Results 3 issues of Luen

Here is an example code: ``` @Composable fun App() { val videoUrl by remember { mutableStateOf("") } var imageBitmap by remember { mutableStateOf(null) } LaunchedEffect(Unit) { val pFormatContext = avformat_alloc_context()...

help wanted
question

### Error message: **[0000025b224aa950] main vout display error: Failed to set on top Fatal error. Internal CLR error. (0x80131506) at LibVLCSharp.Shared.Helpers.MarshalUtils.GetInstance[[System.__Canon, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7 798e]](IntPtr) at LibVLCSharp.Shared.MediaPlayer.VideoCleanupCallback(IntPtr ByRef)** This...