Packages
Membrane Text Format specification. Describes buffers that contain text.
Current section
Files
Jump to
Current section
Files
lib/membrane/text.ex
defmodule Membrane.Text do
@type t() :: %__MODULE__{
encoding: :utf8,
}
defstruct [encoding: :utf8]
end