| 
         | 
      
        NVIDIA DRIVE 5.0 Linux SDK API Reference5.0.10.3 Release | 
  
Holds configuration information for a file reader component.
Definition at line 1098 of file nvmedia_ipp.h.

Data Fields | |
| void * | clientContext | 
| Holds context of the client, or NULL.  More... | |
| NvMediaIPPImgGrpReadCallback | imageGroupReadCallback | 
| Holds a callback function for accepting an image from NvMedia IPP client.  More... | |
| uint32_t | siblingsNum | 
| Holds the number of sibling images per frame.  More... | |
| void* NvMediaIPPFileReaderComponentConfig::clientContext | 
Holds context of the client, or NULL.
Definition at line 1100 of file nvmedia_ipp.h.
| NvMediaIPPImgGrpReadCallback NvMediaIPPFileReaderComponentConfig::imageGroupReadCallback | 
Holds a callback function for accepting an image from NvMedia IPP client.
Definition at line 1103 of file nvmedia_ipp.h.
| uint32_t NvMediaIPPFileReaderComponentConfig::siblingsNum | 
Holds the number of sibling images per frame.
Zero indicates the non-aggregated case.
Definition at line 1106 of file nvmedia_ipp.h.