|
Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
|
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. | |
Internal transport state embedded in rtp_session.
Holds the active transport type and all transport-specific handles needed to send and receive packets.
| union { ... } rtp_transport |
Union to hold transport related data.
| enum rtp_transport_type rtp_transport::type |
Active transport backend for this session.