Membrane.Matroska.Schema (Membrane Matroska plugin v0.6.1)

View Source

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

deserialize_matroska(name)

@spec deserialize_matroska(atom()) :: function()

element_id_to_name(element_id)

@spec element_id_to_name(integer()) :: atom()

element_type(name)

name_to_element_id(name)

@spec name_to_element_id(atom()) :: integer()

serialize_matroska(name)

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