MOQX.CMAF.Capture (moqx v0.10.0)

Copy Markdown View Source

Report for one completed CMAF capture.

Summary

Types

t()

@type t() :: %MOQX.CMAF.Capture{
  first_group_id: non_neg_integer(),
  init_bytes: non_neg_integer(),
  last_group_id: non_neg_integer(),
  media_bytes: non_neg_integer(),
  object_count: pos_integer(),
  path: Path.t(),
  track: MOQX.Catalog.Track.t()
}