View Source Membrane.Text (Membrane Text Format v1.1.0)
Stream format describing buffers that contain text.
Fields
encoding- text encoding. Currently only:utf8is supported.sparse- whether the stream is sparse in time.If
false, buffers are expected to form a contiguous text stream. Iftrue, buffers may appear only for selected time ranges or events.timestamped- whether buffers are expected to carry timing information.If
true, buffers should carrypts, and may additionally carrymetadata.toto mark the end of a timed text interval. Iffalse, buffers are treated as ordered text payloads without timeline placement.