Updated: October 28, 2024 |
Prototype for an OpenMAX AL logger function
#include <OMXAL/OpenMAXAL_QNX.h>
typedef void(* openmaxal_logger_cb)(int verbose, const char *fmt, va_list ap);
This data type provides a prototype for an OpenMAX AL logger function. The function accepts input arguments specifying a verbosity level and a formatted message string and doesn't return a value.