#include <freesdp/common.h>
Go to the source code of this file.
Data Structures | |
struct | fsdp_bw_modifier_t |
bandwidth modifier More... | |
struct | fsdp_connection_address_t_s |
Connection address specification. More... | |
struct | fsdp_description_t_s |
Struct for session descriptions. More... | |
struct | fsdp_media_description_t_s |
Struct for each media in a session description. More... | |
struct | fsdp_repeat_t |
Information for a repeat (struct for r= lines). More... | |
struct | fsdp_rtpmap_t |
a=rtpmap: attribute More... | |
struct | fsdp_time_period_t |
Information about a time period. More... | |
Defines | |
#define | _GNU_SOURCE |
#define | NTP_EPOCH_OFFSET 2208988800UL |
#define | FSDP_MAX_LENGTH 2000 |
#define | MEDIA_RTPMAPS_MAX_COUNT 5 |
#define | SDPLANGS_MAX_COUNT 5 |
#define | UNIDENTIFIED_ATTRIBUTES_MAX_COUNT 5 |
Typedefs | |
typedef fsdp_connection_address_t_s | fsdp_connection_address_t |
Connection address specification. | |
typedef fsdp_media_description_t_s | fsdp_media_announcement_t |
Definition in file priv.h.
|
|
|
|
|
Definition at line 262 of file priv.h. Referenced by fsdp_add_media_rtpmap(), fsdp_add_rtpmap(), and fsdp_parse_rtpmap(). |
|
Definition at line 54 of file priv.h. Referenced by fsdp_format_bounded(), and fsdp_parse(). |
|
Definition at line 263 of file priv.h. Referenced by fsdp_add_lang(), fsdp_add_media_fmtp(), fsdp_add_media_lang(), fsdp_add_media_sdplang(), fsdp_add_sdplang(), and fsdp_parse(). |
|
Definition at line 264 of file priv.h. Referenced by fsdp_parse(). |
|
Connection address specification. Holds address (unicast or multicast) as well as TTL and number of ports, when it is an IP4 multicast address. Referenced by fsdp_parse_c(). |
|
Definition at line 171 of file priv.h. Referenced by fsdp_add_media(), fsdp_format_bounded(), and fsdp_parse(). |