Expand description
Common types that might appear in more than one line types of an SDP message.
Enums§
- Addrtype
- The Addrtype as it appears in the connection or origin lines. It’s not a
Copy
type since it supports abstract types, not even defined in any RFC. - Nettype
- The Nettype as it appears in the connection or origin lines. It’s not a
Copy
type since it supports abstract types, not even defined in any RFC. - Typed
Time - Typed time is a representation of the time that appears in repeat time line (
r=
) or in zone offet line (z=
). Such times can be in seconds, with or without suffix unit (s
) but can also be in other explicit units, specifically minutes (m
), hours (h
) and days (d
).