ALfreeconfig(3dm)					     ALfreeconfig(3dm)
      ALfreeconfig - (obsolete) deallocates an audio ALconfig structure
      #include <dmedia/audio.h>
     int ALfreeconfig(ALconfig config)
     config   expects an ALconfig structure, the returned value	of
	      ALnewconfig(3dm) or ALgetconfig(3dm).
      ALfreeconfig is obsolete and is provided for backward compatibility. The
     preferred function	is alFreeConfig(3dm).
     ALfreeconfig(3dm) deallocates an ALconfig structure.  ALfreeconfig(3dm)
     does not affect any port you might	have opened using this ALconfig
     structure.
     ALfreeconfig(3dm) can fail	for the	following reason:
     AL_BAD_CONFIG   config is either invalid or null.
     Upon successful completion, ALfreeconfig(3dm) returns 0. Otherwise
     ALfreeconfig(3dm) returns -1 and sets an error number which can be
     retrieved using oserror(3C).
     ALnewconfig(3dm), ALgetconfig(3dm), ALcloseport(3dm), oserror(3C)
alFreeConfig(3dm)					     alFreeConfig(3dm)
     alFreeConfig - deallocates	an audio ALconfig structure
      #include <dmedia/audio.h>
     int alFreeConfig(ALconfig config)
     config   expects an ALconfig structure, the returned value	of
	      alNewConfig(3dm) or alGetConfig(3dm).
      alFreeConfig(3dm) deallocates an ALconfig structure.  alFreeConfig(3dm)
     does not affect any port you might	have opened using this ALconfig
     structure.
     Upon successful completion, alFreeConfig(3dm) returns 0. Otherwise
     alFreeConfig(3dm) returns -1 and sets an error number which can be
     retrieved using oserror(3C).
     alFreeConfig(3dm) can fail	for the	following reason:
     AL_BAD_CONFIG   config is either invalid or null.
     alNewConfig(3dm), alGetConfig(3dm), alClosePort(3dm), oserror(3C)
									PPPPaaaaggggeeee 1111 [ Back ]
 |