diff options
| author | RblSb <msrblsb@gmail.com> | 2024-01-01 07:31:02 +0300 |
|---|---|---|
| committer | RblSb <msrblsb@gmail.com> | 2024-01-01 07:31:02 +0300 |
| commit | c9b920cea600b5fbe84ad7ab0b279275243faacb (patch) | |
| tree | fada67761c471fc461402135a8688e7961d08de7 /src/Types.hx | |
| parent | 0d1fd0f960a64252638eb94f079c0e7747792b95 (diff) | |
Flashback time per item, improve webm/webp support
Diffstat (limited to 'src/Types.hx')
| -rw-r--r-- | src/Types.hx | 6 |
1 files changed, 6 insertions, 0 deletions
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:{ |
