Skip to content

Closing the window after a close MediaElement #673

@vzsoft

Description

@vzsoft

Issue

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();
        }

Issue Categories

  • Bug
  • Feature Request
  • Question
  • Not sure

Version Information

NuGet Package 7.0.361-beta.1
WPF
NET 8

  • I work on this project for fun and on my free time.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions