wavex v0.5.0 Wavex.Error.UnexpectedFourCC

An unexpected four character code.

iex> to_string(%Wavex.Error.UnexpectedFourCC{expected: "WAVE", actual: "DIVX"})
"expected FourCC \"WAVE\", got: \"DIVX\""

Link to this section Summary

Link to this section Types

Link to this type t()
t() :: %Wavex.Error.UnexpectedFourCC{actual: binary(), expected: binary()}