FLAC__format_vorbiscomment_entry_name_is_legal

Check a Vorbis comment entry name to see if it conforms to the Vorbis comment specification.

Vorbis comment names must be composed only of characters from [0x20-0x3C,0x3E-0x7D].

\param name A NUL-terminated string to be checked. \assert \code name != NULL \endcode \retval FLAC__bool \c false if entry name is illegal, else \c true.

extern (C) nothrow
FLAC__format_vorbiscomment_entry_name_is_legal
(
const char* name
)

Meta