Asterisk - The Open Source Telephony Project
18.5.0
|
Data Fields | |
struct ast_rtp_payload_type | payload_type |
A mapping object between the Asterisk codec and this RTP payload. More... | |
unsigned int | sample_rate |
Expected sample rate of the /c subtype. More... | |
char | subtype [64] |
The format type. More... | |
char | type [16] |
The media type. More... | |
The following array defines the MIME Media type (and subtype) for each of our codecs, or RTP-specific data type.
Definition at line 251 of file rtp_engine.c.
struct ast_rtp_payload_type payload_type |
A mapping object between the Asterisk codec and this RTP payload.
Definition at line 253 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 |
Expected sample rate of the /c subtype.
Definition at line 259 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[64] |
The format type.
Definition at line 257 of file rtp_engine.c.
Referenced by ast_rtp_codecs_payloads_set_rtpmap_type_rate(), and ast_rtp_lookup_mime_subtype2().
char type[16] |
The media type.
Definition at line 255 of file rtp_engine.c.
Referenced by ast_rtp_codecs_payloads_set_rtpmap_type_rate(), and Property::load().