Compy 0.2.0
A lightweight RTSP 1.0 server library for embedded systems
Loading...
Searching...
No Matches
Compy_JpegTransportConfig Struct Reference

The configuration structure for Compy_JpegTransport. More...

#include <jpeg_transport.h>

Data Fields

size_t max_fragment_size
 The maximum RTP payload size per fragment in bytes (excluding the 12-byte RTP header).
 

Detailed Description

The configuration structure for Compy_JpegTransport.

Field Documentation

◆ max_fragment_size

size_t Compy_JpegTransportConfig::max_fragment_size

The maximum RTP payload size per fragment in bytes (excluding the 12-byte RTP header).

Includes the 8-byte JPEG RTP header and any quantization table data. Scan data is fragmented to fit within this limit.


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