|
OpenMAXBellagio 0.9.3
|
#include <OMX_Audio.h>
Data Fields | |
| OMX_U32 | nSize |
| OMX_VERSIONTYPE | nVersion |
| OMX_U32 | nPortIndex |
| OMX_U32 | nIndex |
| OMX_U8 | nMetaEventType |
| OMX_U32 | nMetaEventSize |
| OMX_U32 | nTrack |
| OMX_U32 | nPosition |
MIDI Meta Event structure one per Meta Event. MIDI Meta Events are like audio metadata, except that they are interspersed with the MIDI content throughout the file and are not localized in the header. As such, it is necessary to retrieve information about these Meta Events from the engine, as it encounters these Meta Events within the MIDI content. For example, SMF files can have up to 14 types of MIDI Meta Events (copyright, author, default tempo, etc.) scattered throughout the file.
Definition at line 981 of file OMX_Audio.h.
Index of Meta Event
Definition at line 985 of file OMX_Audio.h.
size of the Meta Event in bytes
Definition at line 987 of file OMX_Audio.h.
Meta Event Type, 7bits (i.e. 0 - 127)
Definition at line 986 of file OMX_Audio.h.
port that this structure applies to
Definition at line 984 of file OMX_Audio.h.
Position of the meta-event in milliseconds
Definition at line 989 of file OMX_Audio.h.
size of the structure in bytes
Definition at line 982 of file OMX_Audio.h.
track number for the meta event
Definition at line 988 of file OMX_Audio.h.
OMX specification version information
Definition at line 983 of file OMX_Audio.h.