snd_format_tagname$(format%)

Parameters
format%
Handle to a format created with snd_format_create, snd_format_choose, or snd_codec_getformat.

Description
Gets the name of the format tag. This is generalization to all formats with the same tag. For example:

MPEG-3 Audio
PCM Uncompressed
Speex

For specific format names, use snd_format_name. Note: A format tag could not have a name (codecs loaded with
snd_codec_add often do not have a name), this may not be an error.

Return
Returns the name of the format tag.

SndLib : Sound Formats : snd_format_tagname