Data Fields | |
struct rtpPayloadType | payloadType |
unsigned int | sample_rate |
char * | subtype |
char * | type |
struct rtpPayloadType payloadType |
Definition at line 1949 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 1952 of file rtp.c.
Referenced by ast_rtp_lookup_sample_rate(), and ast_rtp_set_rtpmap_type_rate().
char* subtype |
Definition at line 1951 of file rtp.c.
Referenced by ast_rtp_lookup_mime_subtype(), and ast_rtp_set_rtpmap_type_rate().
char* type |
Definition at line 1950 of file rtp.c.
Referenced by ast_rtp_set_rtpmap_type_rate().