[GH-ISSUE #490] 导入视频的功能没有合理的错误处理 #1797

Closed
opened 2026-03-01 18:48:38 +03:00 by kerem · 0 comments
Owner

Originally created by @wybb on GitHub (Jun 24, 2019).
Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/490

Originally assigned to: @NickeManarin on GitHub.

_upperPlayer.MediaOpened += UpperMediaPlayer_MediaOpened;
_upperPlayer.MediaFailed += (s, ex) =>
{
//增加错误处理
};
_upperPlayer.Open(file);
_upperPlayer.Pause();

Originally created by @wybb on GitHub (Jun 24, 2019). Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/490 Originally assigned to: @NickeManarin on GitHub. _upperPlayer.MediaOpened += UpperMediaPlayer_MediaOpened; _upperPlayer.MediaFailed += (s, ex) => { //增加错误处理 }; _upperPlayer.Open(file); _upperPlayer.Pause();
kerem 2026-03-01 18:48:38 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ScreenToGif#1797
No description provided.