| MeiCam SDK For iOS
    3.7.2
    | 
Video frame information. More...
#include <NvsEffectCommonDef.h>
| Public Attributes | |
| int | frameWidth | 
| The captured image's width (in pixel)  More... | |
| int | frameHeight | 
| The captured image's height (in pixel)  More... | |
| int | planeRowPitch [NVS_VIDEO_FRAME_MAX_PLANES] | 
| The number of bytes per line in the frame of the flat image.  More... | |
| void * | planePtr [NVS_VIDEO_FRAME_MAX_PLANES] | 
| NvsEffectVideoFramePixelFormat | pixelFormat | 
| The captured image's format.  More... | |
| int64_t | frameTimestamp | 
| The captured image's timestamp (in microseconds)  More... | |
| bool | isRec601 | 
| Whether it is BT.601.  More... | |
| bool | isFullRangeYUV | 
| int | displayRotation | 
| Shows the angle at which the current image needs to be rotated.  More... | |
| bool | flipHorizontally | 
| Shows whether current image requires horizontal flip or not.  More... | |
Video frame information.
| int NvsEffectVideoFrameInfo::displayRotation | 
Shows the angle at which the current image needs to be rotated.
| bool NvsEffectVideoFrameInfo::flipHorizontally | 
Shows whether current image requires horizontal flip or not.
| int NvsEffectVideoFrameInfo::frameHeight | 
The captured image's height (in pixel)
| int64_t NvsEffectVideoFrameInfo::frameTimestamp | 
The captured image's timestamp (in microseconds)
| int NvsEffectVideoFrameInfo::frameWidth | 
The captured image's width (in pixel)
| bool NvsEffectVideoFrameInfo::isFullRangeYUV | 
| bool NvsEffectVideoFrameInfo::isRec601 | 
Whether it is BT.601.
| NvsEffectVideoFramePixelFormat NvsEffectVideoFrameInfo::pixelFormat | 
The captured image's format.
| void* NvsEffectVideoFrameInfo::planePtr[NVS_VIDEO_FRAME_MAX_PLANES] | 
| int NvsEffectVideoFrameInfo::planeRowPitch[NVS_VIDEO_FRAME_MAX_PLANES] | 
The number of bytes per line in the frame of the flat image.
 1.8.18
 1.8.18