|
ADTF
|
#include <streamimageformat.h>
Public Attributes | |
| tStreamImageFormatName | m_strFormatName |
| Formatname of the image - see adtf::streaming::ant::imageformat_definition. usually it is a pixelformat see imageformat_definition for predefined. | |
| uint32_t | m_ui32Width = 0 |
| Pixel width of the image. | |
| uint32_t | m_ui32Height = 0 |
| Pixel height of the image. | |
| size_t | m_szMaxByteSize = 0 |
| Maximal byte size of the image. | |
| uint8_t | m_ui8DataEndianess = PLATFORM_BYTEORDER |
| Endianess of the image (usually pixel endianess) - by default this is PLATFORM_BYTEORDER (PLATFORM_BIG_ENDIAN_8 or PLATFORM_LITTLE_ENDIAN_8). Used to track data source endianess. | |
Simple stream type definition for video frames or an image sequence as a convenience stucture.
| uint8_t adtf::streaming::ant::tStreamImageFormat::m_ui8DataEndianess = PLATFORM_BYTEORDER |
Endianess of the image (usually pixel endianess) - by default this is PLATFORM_BYTEORDER (PLATFORM_BIG_ENDIAN_8 or PLATFORM_LITTLE_ENDIAN_8). Used to track data source endianess.