SetCallbackEventsMask()

Updated: April 19, 2023

Set a bitmask to specify which events are to be handled by the registered callback

Synopsis:

#include <OMXAL/OpenMAXAL_QNX.h>
struct XAQNXVideoBufferQueueSourceItf_ {
    XAresult (*SetCallbackEventsMask)(XAQNXVideoBufferQueueSourceItf self,
                                      XAuint32 eventFlags);
} ;

Arguments:

self
A reference to the source interface
eventFlags
A 32-bit field specifying the events to be handled by the callback, as a bitmask

Library:

mmfilter

Returns:

An XA_RESULT_* constant indicating the operation result