MPEG.TS.Unmarshaler behaviour (MPEG.TS v3.2.3)

View Source

Summary

Types

result_t()

@type result_t() :: struct() | map()

t()

@type t() :: module()

Callbacks

unmarshal(bitstring, boolean)

@callback unmarshal(bitstring(), boolean()) :: {:ok, result_t()} | {:error, any()}