跳到主要内容

av_thread_message_queue_set_free_func

搜索

函数 av_thread_message_queue_set_free_func 

源代码
pub unsafe extern "C" fn av_thread_message_queue_set_free_func(
    mq: *mut AVThreadMessageQueue,
    free_func: Option<unsafe extern "C" fn(msg: *mut c_void)>,
)
展开描述

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