Definition at line 28 of file sdp.c.
Public Attributes | |
| 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) | |
protocol version (currently 0)
Definition at line 29 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 32 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 34 of file sdp.c.
Referenced by sdp_write_header().
TTL, in case of multicast stream.
Definition at line 36 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 37 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 38 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 39 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 40 of file sdp.c.
Referenced by avf_sdp_create(), and sdp_write_header().
1.5.5