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 * | src_type |
| address type of src_addr | |
| const char * | dst_addr |
| destination IP address (can be multicast) | |
| const char * | dst_type |
| destination IP address type | |
| const char * | name |
| session name (can be an empty string) | |
Definition at line 40 of file sdp.c.
| const char* sdp_session_level::dst_addr |
destination IP address (can be multicast)
Definition at line 52 of file sdp.c.
Referenced by av_sdp_create(), and sdp_write_header().
| const char* sdp_session_level::dst_type |
destination IP address type
Definition at line 53 of file sdp.c.
Referenced by av_sdp_create(), and sdp_write_header().
session end time (NTP time, in seconds), or 0 if the session is not bounded
Definition at line 46 of file sdp.c.
Referenced by sdp_write_header().
| const char* sdp_session_level::name |
session name (can be an empty string)
Definition at line 54 of file sdp.c.
Referenced by av_sdp_create(), and sdp_write_header().
protocol version (currently 0)
Definition at line 41 of file sdp.c.
Referenced by sdp_write_header().
| const char* sdp_session_level::src_addr |
IP address of the machine from which the session was created.
Definition at line 50 of file sdp.c.
Referenced by av_sdp_create(), and sdp_write_header().
| const char* sdp_session_level::src_type |
address type of src_addr
Definition at line 51 of file sdp.c.
Referenced by av_sdp_create(), and sdp_write_header().
session start time (NTP time, in seconds), or 0 in case of permanent session
Definition at line 44 of file sdp.c.
Referenced by sdp_write_header().
TTL, in case of multicast stream.
Definition at line 48 of file sdp.c.
Referenced by av_sdp_create(), and sdp_write_header().
| const char* sdp_session_level::user |
username of the session's creator
Definition at line 49 of file sdp.c.
Referenced by av_sdp_create().