From 8610ffecd0360f4fd2c56c6885c5b1ccd71e405f Mon Sep 17 00:00:00 2001 From: Martin Finkel Date: Thu, 14 Nov 2024 13:43:25 +0700 Subject: [PATCH] media: update MediaParsedStatus --- src/LibVLCSharp/Media.cs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/LibVLCSharp/Media.cs b/src/LibVLCSharp/Media.cs index 8f613a19..640142c4 100644 --- a/src/LibVLCSharp/Media.cs +++ b/src/LibVLCSharp/Media.cs @@ -1313,6 +1313,11 @@ public enum MediaParsedStatus /// Timeout, + /// + /// Parsing cancelled + /// + Cancelled, + /// /// Parsing completed successfully ///