MPEG-TS stream format derived from PMT entries.
Use stream_type plus descriptors to identify streams that share the same
stream_type (e.g. PES private data with a registration descriptor).
Summary
Types
@type elementary_stream_t() :: %{ optional(:pid) => non_neg_integer(), optional(:stream_type) => atom(), optional(:descriptors) => list(), optional(:upstream_format) => struct() | nil }
@type t() :: %Membrane.MPEG.TS.StreamFormat{ descriptors: list(), elementary_streams: [elementary_stream_t()], stream_type: atom() | nil }