HLX.Muxer.CMAF
(HLS Reader and Writer v0.6.0)
View Source
Module implementing HLX.Muxer that mux media data into fmp4 fragments.
Summary
Types
@type t() :: %HLX.Muxer.CMAF{ current_fragments: map(), fragments: [binary()], header: ExMP4.Box.t(), part_duration: map(), tracks: %{required(non_neg_integer()) => ExMP4.Track.t()} }