| Description | Hierarchy | Fields | Methods | Properties | 
type unaRTPMap = packed record
r_dynType: int32; | 
r_mediaType: array[0..7] of aChar; | 
r_rtpEncoding: int32; | 
r_samplingRate: int32; | 
r_numChannels: int32; | 
r_bitsPerSample: int32; | 
r_fmt_frameSize: int32; | 
r_fmt_bitrate: int32; | 
r_dynType: int32; | 
| 
 dyn type used for this mapping  | 
r_mediaType: array[0..7] of aChar; | 
| 
 L16 for example  | 
r_rtpEncoding: int32; | 
| 
 see c_rtp_enc_XXX (this is not a payload!)  | 
r_samplingRate: int32; | 
| 
 sampling rate  | 
r_numChannels: int32; | 
| 
 number of channels  | 
r_bitsPerSample: int32; | 
| 
 usually 8 or 16  | 
r_fmt_frameSize: int32; | 
| 
 frame size or 0  | 
r_fmt_bitrate: int32; | 
| 
 bitrate or 0  | 
(c) 2012 Lake of Soft