
Data Fields | |
| struct rtpPayloadType | payloadType |
| unsigned int | sample_rate |
| char * | subtype |
| char * | type |
Definition at line 1905 of file rtp.c.
| struct rtpPayloadType payloadType |
Definition at line 1906 of file rtp.c.
Referenced by ast_rtp_lookup_mime_subtype(), ast_rtp_lookup_sample_rate(), and ast_rtp_set_rtpmap_type_rate().
| unsigned int sample_rate |
Definition at line 1909 of file rtp.c.
Referenced by ast_rtp_lookup_sample_rate(), and ast_rtp_set_rtpmap_type_rate().
| char* subtype |
Definition at line 1908 of file rtp.c.
Referenced by ast_rtp_lookup_mime_subtype(), and ast_rtp_set_rtpmap_type_rate().
| char* type |
Definition at line 1907 of file rtp.c.
Referenced by ast_rtp_set_rtpmap_type_rate().
1.6.2