|
CDI SDK
SDK for transporting chunks of data reliably and with low latency using a polled mode network driver.
|
A structure for storing all info related to a NDI frame, and a specific connection, including test settings, connection configuration data from the SDK, and state information for the test connection. More...
#include <ndi_wrapper.h>
Data Structures | |
| union | NdiDataType |
| Store of NDI media frame. More... | |
Data Fields | |
| TestConnectionInfo * | connect_info_ptr |
| Pointer to all info related to a specific connection. | |
| NdiFrameType | frame_type |
| union FrameData::NdiDataType | data |
| Store of NDI media frame. | |
| int | p_data_size |
| Calculated p_data size (if value is not zero). | |
| volatile uint32_t | ref_count |
| Reference counter; if value == 0, can free frame memory. | |
| CdiSgList | rx_sgl |
| CDI Rx SGL. | |
A structure for storing all info related to a NDI frame, and a specific connection, including test settings, connection configuration data from the SDK, and state information for the test connection.
| NdiFrameType FrameData::frame_type |
NDI frame type.