typedef struct GOmxPort GOmxPort; (略) struct GOmxPort { GOmxCore *core; GOmxPortType type;
guint num_buffers; gulong buffer_size; guint port_index; OMX_BUFFERHEADERTYPE **buffers;
GMutex *mutex; gboolean enabled; gboolean omx_allocate; /**< Setup with OMX_AllocateBuffer rather than OMX_UseBuffer */ AsyncQueue *queue;
};