
Data Fields | |
| struct ast_rtp_payload_type | payload_type |
| unsigned int | sample_rate |
| char * | subtype |
| char * | type |
The following array defines the MIME Media type (and subtype) for each of our codecs, or RTP-specific data type.
Definition at line 87 of file rtp_engine.c.
| struct ast_rtp_payload_type payload_type |
Definition at line 88 of file rtp_engine.c.
Referenced by ast_rtp_codecs_payloads_set_rtpmap_type_rate(), ast_rtp_lookup_mime_subtype2(), and ast_rtp_lookup_sample_rate2().
| unsigned int sample_rate |
Definition at line 91 of file rtp_engine.c.
Referenced by ast_rtp_codecs_payloads_set_rtpmap_type_rate(), and ast_rtp_lookup_sample_rate2().
| char* subtype |
Definition at line 90 of file rtp_engine.c.
Referenced by ast_rtp_codecs_payloads_set_rtpmap_type_rate(), and ast_rtp_lookup_mime_subtype2().
| char* type |
Definition at line 89 of file rtp_engine.c.
Referenced by ast_rtp_codecs_payloads_set_rtpmap_type_rate().