ID3 v1.0.1 ID3.Native View Source

This module bonds the Rust native code as Erlang NIFs.

Functions here should not be used directly. Use ID3 module instead.

Link to this section Summary

Link to this section Functions

Link to this function

get_major_frames(path)

View Source
get_major_frames(Path.t()) :: {:ok, ID3.Tag.t()} | {:error, :file_open_error}
Link to this function

write_major_frames(frames, path)

View Source
write_major_frames(ID3.Tag.t(), Path.t()) ::
  :ok | {:error, :file_open_error | :tag_write_error}