| Description | Hierarchy | Fields | Methods | Properties | 
type unaSDPMediaDescription = packed record
r_type: string; | 
r_port: string; | 
r_proto: string; | 
r_format: int; | 
r_control: string; | 
r_rtpmap: string; | 
r_fmtp: string; | 
r_i: string; | 
r_c: unaSDPConnectionInfo; | 
r_b: string; | 
r_k: string; | 
r_a: string; | 
r_type: string; | 
| 
 Currently defined media are "audio", "video", "text", "application", and "message", although this list may be extended in the future.  | 
r_port: string; | 
| 
 Could be '0'.  | 
r_proto: string; | 
| 
 Could be 'udp', 'RTP/AVP' or 'RTP/SAVP'.  | 
r_format: int; | 
| 
 First format index  | 
r_control: string; | 
| 
 absolute or relative URL  | 
r_rtpmap: string; | 
| 
 rtmap attribute  | 
r_fmtp: string; | 
| 
 fmtp attribute  | 
r_i: string; | 
| 
 media title  | 
r_c: unaSDPConnectionInfo; | 
| 
 connection information – optional if included at session level  | 
r_b: string; | 
| 
 zero or more bandwidth information lines  | 
r_k: string; | 
| 
 encryption key  | 
r_a: string; | 
| 
 zero or more media attribute lines  | 
(c) 2012 Lake of Soft