View Source Membrane.Matroska.Schema (Membrane Matroska plugin v0.5.1)

Matroska structure schema for muxing and demuxing

Docs:

Matroska elements and ID's https://www.ietf.org/archive/id/draft-ietf-cellar-matroska-10.html#name-matroska-schema Matroska supported Matroska elements https://www.matroskaproject.org/docs/container/#EBML

Summary

Functions

Link to this function

deserialize_matroska(name)

View Source
@spec deserialize_matroska(atom()) :: function()
Link to this function

element_id_to_name(element_id)

View Source
@spec element_id_to_name(integer()) :: atom()
Link to this function

name_to_element_id(name)

View Source
@spec name_to_element_id(atom()) :: integer()
Link to this function

serialize_matroska(name)

View Source
@spec serialize_matroska(atom()) :: function()