| An Attribute represents an a= fields contained within either a MediaDescription or a
SessionDescription.
An Attribute can be just an identity/name or a name-value pair.
Here are some examples:
a=recvonly
identifies a rcvonly attribute with just a name
a=rtpmap:0 PCMU/8000
identifies the media format 0 has having the value PCMU/8000.
If a value is present, it must be preceeded by the : character.
author: deruelle version: 1.0 |