Updated
This commit is contained in:
parent
fd1f81c6e7
commit
00067049ce
|
@ -29,6 +29,10 @@ Here are the fields you can play with :
|
||||||
|
|
||||||
Coming soon!
|
Coming soon!
|
||||||
|
|
||||||
|
## bufferedvid
|
||||||
|
|
||||||
|
Same general code as vidplayback but buffers the ENTIRE file to allow for seeking. I do NOT recommend this for general playback but for some purposes, this will suffice.
|
||||||
|
|
||||||
## floatingControlsLayout
|
## floatingControlsLayout
|
||||||
|
|
||||||
A layout to have floating controls in any of 9 places overlayed onto another widget/container. Takes exactly **TWO** renderable objects (canvas.Object or descendants) and overlays them so you can have for example, a close button top right of your full-screen app, or a play button in the middle of your video.
|
A layout to have floating controls in any of 9 places overlayed onto another widget/container. Takes exactly **TWO** renderable objects (canvas.Object or descendants) and overlays them so you can have for example, a close button top right of your full-screen app, or a play button in the middle of your video.
|
||||||
|
|
Loading…
Reference in New Issue