class
	AUDIO_SOUND_WAV_CPF

General
	cluster: audio_3d
	description: "An AUDIO_SOUND witch data come from a WAV sub-file included inside a custom package file."
	create: make

Ancestors
	AUDIO_SOUND_WAV_FILE
	CPF_RESSOURCE_MANAGER*

Queries
	bits_per_sample: INTEGER_32
	channel_count: INTEGER_32
	frequency: INTEGER_32
	has_error: BOOLEAN
	has_ressource_error: BOOLEAN
	is_finished: BOOLEAN
	is_open: BOOLEAN
	is_openable: BOOLEAN
	is_seekable: BOOLEAN
	is_signed: BOOLEAN
	last_error: READABLE_STRING_GENERAL
	sample_count: INTEGER_64
	sample_position: INTEGER_64
	time_count: INTEGER_64
	time_position: INTEGER_64

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


Generated by ISE EiffelStudio