Current section

Files

Jump to
glubs include glubs@webvtt_Cue.hrl
Raw

include/glubs@webvtt_Cue.hrl

-record(cue, {
id :: gleam@option:option(binary()),
start_time :: integer(),
end_time :: integer(),
payload :: binary(),
settings :: list({binary(), binary()})
}).