Expand description
Types related to the bandwidth line (b=
).
Structs§
- Bandwidth
- A bandwidth line (
b=
) of SDP, which could appear in the main SDP session or in a Media description. - Tokenizer
- The bandwidth line (
b=
) tokenizer. This is low level stuff and you shouldn’t interact directly with it, unless you know what you are doing.
Enums§
- Bwtype
- The Bwtype as it appears in the bandwidth (
b=
) line. It’s not aCopy
type since it supports abstract types, not even defined in any RFC.