View Source ExM3U8.Tags.RenditionReport (ExM3U8 v0.10.0)

Structure representing a rendition report.

Link to this section Summary

Link to this section Types

@type t() :: %ExM3U8.Tags.RenditionReport{
  last_msn: integer(),
  last_part: integer(),
  uri: String.t()
}