From 00067049ceca9dd61d93908c60b87b907aaa37f6 Mon Sep 17 00:00:00 2001 From: Martyn Date: Fri, 17 Dec 2021 22:39:25 +0100 Subject: [PATCH] Updated --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 5cb1aa6..1c8f509 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,10 @@ Here are the fields you can play with : 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 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.