OpenMAXBellagio
0.9.3
|
#include <OMX_IVCommon.h>
Data Fields | |
OMX_U32 | nSize |
OMX_VERSIONTYPE | nVersion |
OMX_U32 | nPortIndex |
OMX_BOOL | bContinuous |
OMX_BOOL | bFrameLimited |
OMX_U32 | nFrameLimit |
Definition at line 793 of file OMX_IVCommon.h.
OMX_BOOL OMX_CONFIG_CAPTUREMODETYPE::bContinuous |
If true then ignore frame rate and emit capture data as fast as possible (otherwise obey port's frame rate).
Definition at line 797 of file OMX_IVCommon.h.
OMX_BOOL OMX_CONFIG_CAPTUREMODETYPE::bFrameLimited |
If true then terminate capture after the port emits the specified number of frames (otherwise the port does not terminate the capture until instructed to do so by the client). Even if set, the client may manually terminate the capture prior to reaching the limit.
Definition at line 799 of file OMX_IVCommon.h.
OMX_U32 OMX_CONFIG_CAPTUREMODETYPE::nFrameLimit |
Limit on number of frames emitted during a capture (only valid if bFrameLimited is set).
Definition at line 804 of file OMX_IVCommon.h.
OMX_U32 OMX_CONFIG_CAPTUREMODETYPE::nPortIndex |
Port that this structure applies to
Definition at line 796 of file OMX_IVCommon.h.
OMX_U32 OMX_CONFIG_CAPTUREMODETYPE::nSize |
Definition at line 794 of file OMX_IVCommon.h.
OMX_VERSIONTYPE OMX_CONFIG_CAPTUREMODETYPE::nVersion |
Definition at line 795 of file OMX_IVCommon.h.