更新腾讯云账号信息
This commit is contained in:
parent
85beadbd2d
commit
12b0581d35
|
@ -454,7 +454,7 @@ namespace JianGongYun.TRTC
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Skip1:
|
Skip1:
|
||||||
|
|
||||||
if (liveWinMode.CameraRunning)//摄像头分享中
|
if (liveWinMode.CameraRunning)//摄像头分享中
|
||||||
{
|
{
|
||||||
|
@ -482,7 +482,7 @@ namespace JianGongYun.TRTC
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Skip2:
|
Skip2:
|
||||||
|
|
||||||
mats.Enqueue(BackgroundFrame.CvtColor(ColorConversionCodes.BGRA2BGR));
|
mats.Enqueue(BackgroundFrame.CvtColor(ColorConversionCodes.BGRA2BGR));
|
||||||
Interlocked.Increment(ref runFps);
|
Interlocked.Increment(ref runFps);
|
||||||
|
@ -559,8 +559,8 @@ namespace JianGongYun.TRTC
|
||||||
Content = $"成功保存直播视频,路径:{ResultFilePath}。",
|
Content = $"成功保存直播视频,路径:{ResultFilePath}。",
|
||||||
NotifiactionType = AduSkin.Controls.EnumPromptType.Success
|
NotifiactionType = AduSkin.Controls.EnumPromptType.Success
|
||||||
});
|
});
|
||||||
var res= AduMessageBox.ShowYesNoCancel("是否删除音视频源文件?", "提醒", "删除", "保留", "浏览");
|
var res = AduMessageBox.ShowYesNoCancel("是否删除音视频源文件?", "提醒", "删除", "保留", "浏览");
|
||||||
if (res== MessageBoxResult.Cancel)
|
if (res == MessageBoxResult.Cancel)
|
||||||
{
|
{
|
||||||
var process = new Process
|
var process = new Process
|
||||||
{
|
{
|
||||||
|
@ -569,7 +569,7 @@ namespace JianGongYun.TRTC
|
||||||
process.Start();
|
process.Start();
|
||||||
process.WaitForExit();
|
process.WaitForExit();
|
||||||
}
|
}
|
||||||
else if (res== MessageBoxResult.Yes)
|
else if (res == MessageBoxResult.Yes)
|
||||||
{
|
{
|
||||||
if (File.Exists(VideoTempPath))
|
if (File.Exists(VideoTempPath))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue