Expand description
Types related to the attribute line (a=
).
If a (common) attribute that has clear syntax
(either through an ABNF syntax or through something else) is missing from here, feel free to
open an issue. With nom it should be easy to create a typed form of it instead of dealing with
the Attribute::Other
variant.
Structs§
- Fmtp
- The
fmtp
attribute as it appears in the attribute line(s) (a=
). - Rtpmap
- The
rtpmap
attribute as it appears in the attribute line(s) (a=
). - Tokenizer
- The attribute line (
a=
) tokenizer. This is low level stuff and you shouldn’t interact directly with it, unless you know what you are doing.
Enums§
- Attribute
- foo bar
- Conference
Type - The
type
attribute as it appears in the attribute line(s) (a=
). - Orientation
- The
orient
attribute as it appears in the attribute line(s) (a=
).