class ID3_TASK

(source code)

Description

Task to query or edit ID3 tag information

note
	description: "Task to query or edit ID3 tag information"

	author: "Finnian Reilly"
	copyright: "Copyright (c) 2001-2022 Finnian Reilly"
	contact: "finnian at eiffel hyphen loop dot com"

	license: "MIT license (See: en.wikipedia.org/wiki/MIT_License)"
	date: "2022-11-15 19:56:03 GMT (Tuesday 15th November 2022)"
	revision: "4"

deferred class
	ID3_TASK

inherit
	RBOX_MANAGEMENT_TASK

	ID3_TAG_INFO_ROUTINES

end