This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
OpenSource
/
dc-sdk
mirror of
https://github.com/dvt3d/dc-sdk
Watch
4
Star
0
Fork
0
Code
Issues
0
Releases
92
Wiki
Activity
Browse Source
improve VideoPrimitive
tags/2.2.1
Caven Chen
4 years ago
parent
98f936ddeb
commit
97753c5c49
1 changed files
with
4 additions
and
0 deletions
Split View
Show Diff Stats
4
0
modules/overlay/primitive/VideoPrimitive.js
+ 4
- 0
modules/overlay/primitive/VideoPrimitive.js
View File
@@ -67,6 +67,10 @@ class VideoPrimitive extends Overlay {
* set the positions
*/
this.positions = this._positions
/**
* initialize the Overlay parameter
*/
this.video = this._video
}
}
Write
Preview
Loading…
Cancel
Save