
Data Fields | |
| struct ast_rtp_payload_type | payload_type |
| unsigned int | sample_rate |
| char * | subtype |
| char * | type |
Definition at line 88 of file rtp_engine.c.
struct ast_rtp_payload_type payload_type [read] |
Definition at line 89 of file rtp_engine.c.
Referenced by ast_rtp_codecs_payloads_set_rtpmap_type_rate(), ast_rtp_lookup_mime_subtype2(), ast_rtp_lookup_sample_rate2(), and set_next_mime_type().
| unsigned int sample_rate |
Definition at line 92 of file rtp_engine.c.
Referenced by ast_rtp_codecs_payloads_set_rtpmap_type_rate(), ast_rtp_lookup_sample_rate2(), and set_next_mime_type().
| char* subtype |
Definition at line 91 of file rtp_engine.c.
Referenced by ast_rtp_codecs_payloads_set_rtpmap_type_rate(), ast_rtp_lookup_mime_subtype2(), and set_next_mime_type().
| char* type |
Definition at line 90 of file rtp_engine.c.
Referenced by ast_rtp_codecs_payloads_set_rtpmap_type_rate(), and set_next_mime_type().
1.5.6