Packages

Library for manipulating and converting subtitles

Current section

Files

Jump to
subtitles lib cue_part.ex
Raw

lib/cue_part.ex

defmodule CuePart do
@enforce_keys [:text_data]
defstruct [:text_data]
end