Asterisk - The Open Source Telephony Project GIT-master-7988d11
Loading...
Searching...
No Matches
Data Fields
ast_rtp_instance_options Struct Reference

Options for creating a new RTP instance. More...

#include <rtp_engine.h>

Data Fields

unsigned int port_end
 
unsigned int port_start
 

Detailed Description

Options for creating a new RTP instance.

This structure allows passing additional options when creating an RTP instance via ast_rtp_instance_new_with_options. New fields can be added in the future without changing the function signature.

Since
20.20.0
22.10.0
23.4.0

Definition at line 994 of file rtp_engine.h.

Field Documentation

◆ port_end

unsigned int port_end

Ending port number for this instance (0 to use global)

Definition at line 998 of file rtp_engine.h.

◆ port_start

unsigned int port_start

Starting port number for this instance (0 to use global)

Definition at line 996 of file rtp_engine.h.


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