You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
514 B
12 lines
514 B
5 years ago
|
<!--miniprogram/pages/Dubbing/Dubbing.wxml-->
|
||
|
<view>
|
||
|
<video id="myVideo" src="{{path}}" muted ="{{muted}}"controls ="{{false}}" show-play-btn ="{{false}}"show-fullscreen-btn = "{{false}}" custom-cache="{{false}}" show-center-play-btn="{{false}}" style="width: 400px; height: 200px;"></video>
|
||
|
</view>
|
||
|
|
||
|
<view>
|
||
|
<button bindtap="playingFodder">预览素材</button>
|
||
|
<button bindtap="startDub">开始录音</button>
|
||
|
<button bindtap="reDub">重新录制</button>
|
||
|
<button bindtap="endDub">完成录音</button>
|
||
|
</view>
|