.\" Automatically generated by Pandoc 3.1.6.2 .\" .\" Define V font for inline verbatim, using C font in formats .\" that render this, and otherwise B font. .ie "\f[CB]x\f[]"x" \{\ . ftr V B . ftr VI BI . ftr VB B . ftr VBI BI .\} .el \{\ . ftr V CR . ftr VI CI . ftr VB CB . ftr VBI CBI .\} .TH "al_identify_sample" "3" "" "Allegro reference manual" "" .hy .SH NAME .PP al_identify_sample - Allegro 5 API .SH SYNOPSIS .IP .nf \f[C] #include char const *al_identify_sample(char const *filename) \f[R] .fi .SH DESCRIPTION .PP This works exactly as al_identify_sample_f(3) but you specify the filename of the file for which to detect the type and not a file handle. The extension, if any, of the passed filename is not taken into account - only the file contents. .SH SINCE .PP 5.2.8 .SH SEE ALSO .PP al_init_acodec_addon(3), al_identify_sample_f(3), al_register_sample_identifier(3)