Top Level Namespace

Defined Under Namespace

Classes: FlacInfo

Constant Summary collapse

FlacInfoError =

FlacInfoError is raised for general user errors. It will print a string that describes the problem.

Class.new(StandardError)
FlacInfoReadError =

FlacInfoReadError is raised when an error occurs parsing the Flac file. It will print a string that describes in which block the error occurred.

Class.new(StandardError)
FlacInfoWriteError =

FlacInfoWriteError is raised when an error occurs writing the Flac file. It will print a string that describes where the error occurred.

Class.new(StandardError)