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.