class
	MPG_SOUND_FILE

General
	cluster: audio_mpg_file
	description: "An AUDIO_SOUND that has been loaded from an MPG file"
	create: make

Ancestors
	DISPOSABLE*
	METADATA_AUDIO_SOUND*
	MPG_ERROR_MANAGER
	MPG_LIBRARY_SHARED*

Queries
	album: detachable READABLE_STRING_GENERAL
	albums: LIST [READABLE_STRING_GENERAL]
	artist: detachable READABLE_STRING_GENERAL
	artists: LIST [READABLE_STRING_GENERAL]
	bits_per_sample: INTEGER_32
	channel_count: INTEGER_32
	comment: detachable READABLE_STRING_GENERAL
	comments: LIST [READABLE_STRING_GENERAL]
	frequency: INTEGER_32
	genre: detachable READABLE_STRING_GENERAL
	genres: LIST [READABLE_STRING_GENERAL]
	has_error: BOOLEAN
	has_ressource_error: BOOLEAN
	is_finished: BOOLEAN
	is_open: BOOLEAN
	is_openable: BOOLEAN
	is_scanned: BOOLEAN
	is_seekable: BOOLEAN
	is_signed: BOOLEAN
	last_error: READABLE_STRING_GENERAL
	Mpg_library: MPG_LIBRARY_CONTROLLER
	sample_count: INTEGER_64
	sample_position: INTEGER_64
	time_count: INTEGER_64
	time_position: INTEGER_64
	title: detachable READABLE_STRING_GENERAL
	titles: LIST [READABLE_STRING_GENERAL]
	track_number: INTEGER_32
	year: detachable READABLE_STRING_GENERAL
	years: LIST [READABLE_STRING_GENERAL]

Commands
	close
	dispose
	open
	restart
	sample_seek (a_frame_number: INTEGER_64)
	scan
	time_seek (a_milliseconds: INTEGER_64)


Generated by ISE EiffelStudio