note description: "Summary description for {AUDIO_SND_FILES_CONSTANTS}." author: "" date: "$Date$" revision: "$Revision$" deferred class AUDIO_SND_FILES_CONSTANTS feature {NONE} -- Constants Sfm_read: INTEGER_32 --Open in read only mode. once Result := {AUDIO_SND_FILES_EXTERNAL}.sfm_read end Sfm_write: INTEGER_32 -- Open in write only mode. once Result := {AUDIO_SND_FILES_EXTERNAL}.sfm_write end Sfm_rdwr: INTEGER_32 -- Open in read/write mode. once Result := {AUDIO_SND_FILES_EXTERNAL}.sfm_rdwr end Seek_set: INTEGER_32 -- Seek from begening of the file. once Result := {AUDIO_SND_FILES_EXTERNAL}.seek_set end Seek_cur: INTEGER_32 -- Seek from the current position in the file. once Result := {AUDIO_SND_FILES_EXTERNAL}.seek_cur end Seek_end: INTEGER_32 -- Seek from the end of the file. once Result := {AUDIO_SND_FILES_EXTERNAL}.seek_end end Sfc_get_log_info: INTEGER_32 -- Retrieve the internal per-file operation log. once Result := {AUDIO_SND_FILES_EXTERNAL}.sfc_get_log_info end end -- class AUDIO_SND_FILES_CONSTANTS
Generated by ISE EiffelStudio