struct OMX_BUFFERHEADERTYPE |
OMX_HANDLETYPE | hMarkTargetComponent |
The component that will generate a mark event upon processing this buffer.
OMX_U32 | nInputPortIndex |
The index of the input port (if any) using this buffer
OMX_U32 | nOutputPortIndex |
The index of the output port (if any) using this buffer
OMX_U32 | nTickCount |
Optional entry that the component and application can update with a tick count when they access the component. This value should be in microseconds. Since this is a value relative to an arbitrary starting point, this value cannot be used to determine absolute time. This is an optional entry and not all components will update it.
OMX_TICKS | nTimeStamp |
Timestamp corresponding to the sample starting at the first logical sample boundary in the buffer. Timestamps of successive samples within the buffer may be inferred by adding the duration of the of the preceding buffer to the timestamp of the preceding buffer.
OMX_PTR | pAppPrivate |
pointer to any data the application wants to associate with this buffer
OMX_PTR | pInputPortPrivate |
pointer to any data the input port wants to associate with this buffer
OMX_PTR | pMarkData |
Application specific data associated with the mark sent on a mark event to disambiguate this mark from others.
OMX_PTR | pOutputPortPrivate |
pointer to any data the output port wants to associate with this buffer
OMX_PTR | pPlatformPrivate |
pointer to any data the platform wants to associate with this buffer
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.