We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closing the window after 45 seconds after executing this code
code in WPF:
private async void Button_Click(object sender, RoutedEventArgs e) { var medi = new Unosquare.FFME.MediaElement(); var dfgdfg = await medi.Open(new Uri(@"F:\Temp\1.mp4")); medi.IsMuted = true; await medi.Play(); await medi.Close(); }
NuGet Package 7.0.361-beta.1 WPF NET 8
The text was updated successfully, but these errors were encountered:
sample file WpfApp6.zip
Sorry, something went wrong.
No branches or pull requests
Issue
Closing the window after 45 seconds after executing this code
code in WPF:
Issue Categories
Version Information
NuGet Package 7.0.361-beta.1
WPF
NET 8
The text was updated successfully, but these errors were encountered: