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

Represents an Event that is raised when the Encoder starts reading from a new Entry. The Entry is the same one as passed in the Manifest.

Link to this section Summary

Link to this section Types

Specs

t() :: %Packmatic.Event.EntryStarted{
  entry: Packmatic.Manifest.Entry.t(),
  stream_id: Packmatic.Encoder.stream_id()
}