Packmatic.Event.EntryUpdated (Packmatic v1.2.0) View Source

Represents an Event that is raised when the Encoder has made progress reading from the Entry. Usually, the Source will read iteratively so this messge can be raised quite frequently.

Link to this section Summary

Link to this section Types

Specs

t() :: %Packmatic.Event.EntryUpdated{
  entry: Packmatic.Manifest.Entry.t(),
  entry_bytes_read: non_neg_integer(),
  stream_bytes_emitted: non_neg_integer(),
  stream_id: Packmatic.Encoder.stream_id()
}