
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 92 of file rtp_engine.c.
| struct ast_rtp_payload_type payload_type |
Definition at line 93 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 96 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 95 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 94 of file rtp_engine.c.
Referenced by ast_rtp_codecs_payloads_set_rtpmap_type_rate(), and set_next_mime_type().