Data Fields | |
int | sdp_version |
protocol version (currently 0) | |
int | id |
session ID | |
int | version |
session version | |
int | start_time |
session start time (NTP time, in seconds), or 0 in case of permanent session | |
int | end_time |
session end time (NTP time, in seconds), or 0 if the session is not bounded | |
int | ttl |
TTL, in case of multicast stream. | |
const char * | user |
username of the session's creator | |
const char * | src_addr |
IP address of the machine from which the session was created. | |
const char * | dst_addr |
destination IP address (can be multicast) | |
const char * | name |
session name (can be an empty string) |
Definition at line 35 of file sdp.c.
protocol version (currently 0)
Definition at line 36 of file sdp.c.
Referenced by sdp_write_header().
session start time (NTP time, in seconds), or 0 in case of permanent session
Definition at line 39 of file sdp.c.
Referenced by sdp_write_header().
session end time (NTP time, in seconds), or 0 if the session is not bounded
Definition at line 41 of file sdp.c.
Referenced by sdp_write_header().
TTL, in case of multicast stream.
Definition at line 43 of file sdp.c.
Referenced by avf_sdp_create(), and sdp_write_header().
const char* sdp_session_level::user |
username of the session's creator
Definition at line 44 of file sdp.c.
Referenced by avf_sdp_create().
const char* sdp_session_level::src_addr |
IP address of the machine from which the session was created.
Definition at line 45 of file sdp.c.
Referenced by avf_sdp_create(), and sdp_write_header().
const char* sdp_session_level::dst_addr |
destination IP address (can be multicast)
Definition at line 46 of file sdp.c.
Referenced by avf_sdp_create(), and sdp_write_header().
const char* sdp_session_level::name |
session name (can be an empty string)
Definition at line 47 of file sdp.c.
Referenced by avf_sdp_create(), and sdp_write_header().