Web报错:路径问题
This commit is contained in:
@ -259,6 +259,16 @@ var UniversalMediaPlayer = {
|
||||
|
||||
return undefined;
|
||||
},
|
||||
UMPNativeGetTexturePointer: function () {
|
||||
// WebGL 实现
|
||||
return 0;
|
||||
},
|
||||
UMPNativeSetPixelsBuffer: function () {
|
||||
// WebGL 实现
|
||||
},
|
||||
UMPNativeUpdateFrameBuffer: function () {
|
||||
// WebGL 实现
|
||||
}
|
||||
};
|
||||
|
||||
autoAddDeps(UniversalMediaPlayer, 'states');
|
||||
|
Reference in New Issue
Block a user