How to Dispose the MediaElement in .NET 8? #1663
-
Hi As it seems, the See also: In .NET 8 and iOS I now have the problem, that this See also the docu of So what's the recommended way to clean up the resources of a |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 14 replies
-
@marco-skizza you can try to override the |
Beta Was this translation helpful? Give feedback.
-
Closed as answered |
Beta Was this translation helpful? Give feedback.
Hi
An updated answer for
.NET 9
andCommunityToolkit.Maui.MediaElement
version4.1.2
.At it seems, you can now just call the following for
iOS
,Android
andWindows
:See also my sample project here.