From c9b920cea600b5fbe84ad7ab0b279275243faacb Mon Sep 17 00:00:00 2001 From: RblSb Date: Mon, 1 Jan 2024 07:31:02 +0300 Subject: Flashback time per item, improve webm/webp support --- src/Types.hx | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/Types.hx') diff --git a/src/Types.hx b/src/Types.hx index fe0e6b2..4ef233b 100644 --- a/src/Types.hx +++ b/src/Types.hx @@ -107,6 +107,12 @@ typedef VideoItem = { isIframe:Bool } +typedef FlashbackItem = { + url:String, + duration:Float, + time:Float +} + typedef WsEvent = { type:WsEventType, ?connected:{ -- cgit v1.2.3