浏览代码

背景音乐传参数

jsonwang 3 年之前
父节点
当前提交
e96b69250c
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      Introduce/Record/INIntroduceController.swift

+ 2 - 0
Introduce/Record/INIntroduceController.swift

@@ -301,6 +301,8 @@ class INIntroduceController: BFBaseViewController {
 
         let controller = INVideoExportController()
         controller.export.data = recordScreenVC.itemModels
+        //背景音乐
+        controller.export.bgmModel =  recordScreenVC.bgmModel
         controller.export.originSoundVolumn = recordScreenVC.noSpeakVolume
         controller.export.originSoundInRecordVolumn = recordScreenVC.haveSpeakVolume
         controller.recordUid = recordUid