Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches

Internal transport state embedded in rtp_session. More...

#include <zephyr/net/rtp.h>

Data Fields

enum rtp_transport_type type
 Active transport backend for this session.
union { 
}; 
 Union to hold transport related data.

Detailed Description

Internal transport state embedded in rtp_session.

Holds the active transport type and all transport-specific handles needed to send and receive packets.

Field Documentation

◆ [union]

union { ... } rtp_transport

Union to hold transport related data.

◆ type

enum rtp_transport_type rtp_transport::type

Active transport backend for this session.


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