class
	AUDIO_SND_FILES_EXTERNAL_IMP

General
	cluster: audio_sound_file
	description: "External C feature for Audio snd files libraries."

Ancestors
	ANY

Queries
	c_sizeof_sf_count_t: INTEGER_32
	c_sizeof_sf_info: INTEGER_32
	c_sizeof_snd_file_virtual_io: INTEGER_32
	get_sf_info_struct_channels (sf_info: POINTER): INTEGER_32
	get_sf_info_struct_format (sf_info: POINTER): INTEGER_32
	get_sf_info_struct_frames (sf_info: POINTER): INTEGER_64
	get_sf_info_struct_samplerate (sf_info: POINTER): INTEGER_32
	get_sf_info_struct_seekable (sf_info: POINTER): INTEGER_32
	seek_cur: INTEGER_32
	seek_end: INTEGER_32
	seek_set: INTEGER_32
	sf_close (sndfile: POINTER): INTEGER_32
	sf_command (sndfile: POINTER; cmd: INTEGER_32; data: POINTER; datasize: INTEGER_32): INTEGER_32
	sf_get_string (sndfile: POINTER; str_type: INTEGER_32): POINTER
	sf_open (path: POINTER; mode: INTEGER_32; sf_info: POINTER): POINTER
	sf_open_virtual (sf_virtual_io: POINTER; mode: INTEGER_32; sf_info, user_data: POINTER): POINTER
	sf_read_short (sndfile, ptr: POINTER; items: INTEGER_64): INTEGER_64
	sf_seek (sndfile: POINTER; frames: INTEGER_64; whence: INTEGER_32): INTEGER_64
	sf_str_album: INTEGER_32
	sf_str_artist: INTEGER_32
	sf_str_comment: INTEGER_32
	sf_str_date: INTEGER_32
	sf_str_genre: INTEGER_32
	sf_str_title: INTEGER_32
	sf_str_tracknumber: INTEGER_32
	sf_strerror (sndfile: POINTER): POINTER
	sfc_get_log_info: INTEGER_32
	sfm_rdwr: INTEGER_32
	sfm_read: INTEGER_32
	sfm_write: INTEGER_32

Commands
	set_snd_file_virtual_io (virtual_io: POINTER)


Generated by ISE EiffelStudio