OpenMAXBellagio  0.9.3
OMX_CONFIG_CAPTUREMODETYPE Struct Reference

#include <OMX_IVCommon.h>

Data Fields

OMX_U32 nSize
 
OMX_VERSIONTYPE nVersion
 
OMX_U32 nPortIndex
 
OMX_BOOL bContinuous
 
OMX_BOOL bFrameLimited
 
OMX_U32 nFrameLimit
 

Detailed Description

Definition at line 793 of file OMX_IVCommon.h.

Field Documentation

◆ bContinuous

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.

◆ bFrameLimited

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.

◆ nFrameLimit

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.

◆ nPortIndex

OMX_U32 OMX_CONFIG_CAPTUREMODETYPE::nPortIndex

Port that this structure applies to

Definition at line 796 of file OMX_IVCommon.h.

◆ nSize

OMX_U32 OMX_CONFIG_CAPTUREMODETYPE::nSize

Definition at line 794 of file OMX_IVCommon.h.

◆ nVersion

OMX_VERSIONTYPE OMX_CONFIG_CAPTUREMODETYPE::nVersion

Definition at line 795 of file OMX_IVCommon.h.


The documentation for this struct was generated from the following file:

Generated for OpenMAX Bellagio rel. 0.9.3 by  doxygen 1.5.1
SourceForge.net Logo