Packmatic.Event.EntryStarted (Packmatic v2.0.0)
View SourceRepresents 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.
Summary
Types
@type t() :: %Packmatic.Event.EntryStarted{ entry: Packmatic.Manifest.Entry.t(), stream_id: Packmatic.Encoder.stream_id() }