av_thread_message_queue_set_free_func

Set the optional free message callback function which will be called if an operation is removing messages from the queue.

extern (C) @nogc nothrow
void
av_thread_message_queue_set_free_func
(,
void function
(
void* msg
)
free_func
)

Meta