Skip to content

Commit

Permalink
media: update MediaParsedStatus
Browse files Browse the repository at this point in the history
  • Loading branch information
mfkl committed Nov 14, 2024
1 parent d36b36a commit 8610ffe
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/LibVLCSharp/Media.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1313,6 +1313,11 @@ public enum MediaParsedStatus
/// </summary>
Timeout,

/// <summary>
/// Parsing cancelled
/// </summary>
Cancelled,

/// <summary>
/// Parsing completed successfully
/// </summary>
Expand Down

0 comments on commit 8610ffe

Please sign in to comment.