note
	description: "An AUDIO_SOUND file format that can contain metadatas"
	author: "Louis Marchand"
	date: "Wed, 22 Feb 2017 03:42:57 +0000"
	revision: "0.1"

deferred class interface
	METADATA_AUDIO_SOUND

feature -- Access

	title: detachable READABLE_STRING_GENERAL
			-- The readable identifier of Current
			-- Void if no 'title' available in Current

	artist: detachable READABLE_STRING_GENERAL
			-- The name of the creator of Current
			-- Void if no 'artist' available in Current

	album: detachable READABLE_STRING_GENERAL
			-- The media that Current is from
			-- Void if no 'album' available in Current

	date: detachable READABLE_STRING_GENERAL
			-- The creation's date of Current
			-- Void if no 'date' available in Current

	genre: detachable READABLE_STRING_GENERAL
			-- The conventional category of Current
			-- Void if no 'genre' available in Current

	comment: detachable READABLE_STRING_GENERAL
			-- Anything that can be add to the definition of Current
			-- Void if no 'comment' available in Current

	track_number: INTEGER_32
			-- The number of Current in the album
			-- 0 if no 'track_number' available in Current
	
end -- class METADATA_AUDIO_SOUND

Generated by ISE EiffelStudio