CDI SDK
SDK for transporting chunks of data reliably and with low latency using a polled mode network driver.
Loading...
Searching...
No Matches
FrameData Struct Reference

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

TestConnectionInfoconnect_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.
 

Detailed Description

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.

Field Documentation

◆ frame_type

NdiFrameType FrameData::frame_type

NDI frame type.


The documentation for this struct was generated from the following file: