View Source ExMP4.Write behaviour (MP4 Reader and Writer v0.2.0)
A behaviour defining how to write data to a destination
Summary
Callbacks
Close the input stream.
Open the provided input in write mode
Seek and write to the stream.
Write the data
Types
Callbacks
@callback close(state()) :: :ok
Close the input stream.
Open the provided input in write mode
The returned state
will be the first argument on the other callbacks
Seek and write to the stream.
Write the data