# Functions
DeleteAttr removes all elements with name from attrs.
NegotiateMode negotiates streaming mode.
NewAttr returns a=<attribute>:<value> attribute.
NewAttrFlag returns a=<flag> attribute.
NewDecoder returns new decoder that reads from r.
NewDecoderString returns new decoder that reads from s.
NewEncoder returns a new encoder that writes to w.
NewEncoderSize returns a new encoder that writes to w.
Parse reads session description from the buffer.
ParseString reads session description from the string.
# Constants
ContentType is the media type for an SDP session description.
Streaming modes.
No description provided by the author
Streaming modes.
Streaming modes.
Streaming modes.
No description provided by the author
No description provided by the author
# Structs
Attr represents session or media attribute.
Bandwidth contains session or media bandwidth information.
Connection contains connection data.
A Decoder reads a session description from a stream.
An Encoder writes a session description to a buffer.
Format is a media format description represented by "rtpmap" attributes.
Key contains a key exchange information.
Media contains media description.
Origin represents an originator of the session.
Repeat specifies repeat times for a session.
Session represents an SDP session description.
TimeZone represents a time zones change information for a repeated session.
Timing specifies start and stop times for a session.
# Type aliases
Attributes represent a list of SDP attributes.