XADataLocator_QNXScreenBufferQueue

Updated: April 19, 2023

Data locator for a Screen buffer queue

Synopsis:

#include <OMXAL/OpenMAXAL_QNX.h>
typedef struct XADataLocator_QNXScreenBufferQueue_ {
    XAuint32 locatorType;
    XANativeHandle hWindowContext;
    XANativeHandle hWindow;
} XADataLocator_QNXScreenBufferQueue;

Data:

XAuint32 locatorType
Locator type; must be XAQ_DATALOCATOR_SCREENBUFFERQUEUE
XANativeHandle hWindowContext
Context for the Screen window; if NULL, OpenMAX AL will create a new one
XANativeHandle hWindow
Handle for the Screen window; if NULL, OpenMAX AL will create a new one. The buffers will be created from this window.

Library:

mmfilter