|
@@ -765,7 +765,7 @@ public class BFRecordScreenController: BFBaseViewController {
|
|
|
view.addSubview(subtitleEditView)
|
|
|
|
|
|
if !SWNetRequest.isNetReachabled() {
|
|
|
- cShowHUB(superView: view, msg: "网络不佳,字幕可能无法生成")
|
|
|
+ cShowHUB(superView: view, msg: "network_tips_subtitles".BFLocale)
|
|
|
}
|
|
|
if PQENVUtil.shared.channel == "Development" {
|
|
|
view.addSubview(neoNuiDebugLabel)
|
|
@@ -1889,7 +1889,7 @@ public class BFRecordScreenController: BFBaseViewController {
|
|
|
}
|
|
|
|
|
|
/// 音视频播放进度-视频跟图片单独处理
|
|
|
- /// - Parameter CMTime: <#CMTime description#>
|
|
|
+ /// - Parameter CMTime: CMTime description
|
|
|
func periodicTimeObserver(item: AVPlayerItem?, time: CMTime) {
|
|
|
// 进度监控
|
|
|
// if time.seconds < pauseTime {
|