VideoProfileInfo Struct Reference
  Detailed Description
The video profile info as used in the EncoderProfile object.
#include <ProfileTypes.h>
| Public Attributes | |
| int32_t | frameWidth | 
| The width of the encoded frame.  More... | |
| int32_t | frameHeight | 
| The height of the encoded frame.  More... | |
| int32_t | format | 
| A value as per the CIFFormat enum.  More... | |
| int32_t | frameStep | 
| This controls the frame rate of the video.  More... | |
Member Data Documentation
| int32_t VideoProfileInfo::frameWidth | 
The width of the encoded frame.
| int32_t VideoProfileInfo::frameHeight | 
The height of the encoded frame.
| int32_t VideoProfileInfo::format | 
A value as per the CIFFormat enum.
Only valid on C3xx and S4xx encoders. Default to 0.
| int32_t VideoProfileInfo::frameStep | 
This controls the frame rate of the video.
It is a frame rate divisor. So the frame rate is taken to be ( 25 / frameStep ) for PAL video sources and ( 30 / frameStep ) for NTSC video sources. A value of 1 therefore gives the highest frame rate. Valid values are 1 to 100
The documentation for this struct was generated from the following file:
- SDKs/EdgeVisSDKCore/ProfileTypes.h
 
                     
                 
          
          