Packages

MPEG Transport Stream (TS) library. Deserializes packets and demuxes them (no serializer nor muxer).

Retired package: Renamed - Renamed to mpeg_ts

Current section

Files

Jump to
kim_mpeg_ts lib mpeg ts pes.ex
Raw

lib/mpeg/ts/pes.ex

defmodule MPEG.TS.PES do
@derive {Inspect, only: [:stream_id, :pts, :dts, :is_aligned, :discontinuity]}
defstruct [:data, :stream_id, :pts, :dts, :is_aligned, discontinuity: false]
end