public string Capture2Base64() { if (!IsPlaying) { ShowError("尚未播放!"); return(""); } try { return(SDK.Capture2Base64()); }catch (Exception ex) { ShowError(ex.Message); return(""); } }