set p [new SDPParser]
$p parse $announcementThis method parses an SDP announcement and returns a list of SDPMessage objects which each contain a message within the announcement (could have been a compound announcement). If there was an error in the parser (syntax or otherwise), the method returns an empty list.