You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
key: 'chooseVideoKernel',
value: function chooseVideoKernel(box, preset) {
switch (box) {
case 'native':
// $FlowFixMe: it's the same as videoKernel
return NativeVideoKernel;
case 'mp3':
case 'mp4':
return this.getMp4Kernel(preset.mp4);
case 'flv':
case 'hls':
return preset[box];
default:
throw new Error('We currently do no
直接传了一个mp3文件路径,发现video标签并未赋值上去,poster也没有了
Expected Behavior【期望行为】
希望能支持audio文件,谢谢
Environment 【相关环境】
版本:0.11.0
The text was updated successfully, but these errors were encountered: