Get a buffer of media data immediately
#include <OMXAL/OpenMAXAL_QNX.h>
struct XAQNXVideoBufferQueueSourceItf_ {
XAQNXBuffer* (*Get)(XAQNXBufferQueueSinkItf self);
} ;
A pointer to an XAQNXBuffer containing media data sent to the sink. If no data items are currently available (e.g., if playback or recording is stopped), NULL is returned.