Packmatic.Encoder.stream_start

You're seeing just the function stream_start, go back to Packmatic.Encoder module for more information.
Link to this function

stream_start(manifest, options)

View Source

Specs

stream_start(manifest, [option()]) :: {:ok, :encoding, encoding_state()}
when manifest: Packmatic.Manifest.valid()
stream_start(manifest, [option()]) :: {:error, manifest}
when manifest: Packmatic.Manifest.invalid()

Starts the Stream.

If the Manifest provided is invalid, the call will not succeed and the invalid Manifest will be returned.