Data Fields | |
| int | type |
| int | clock_rate |
| char | bits_per_sample |
| char * | zero_pattern |
| int | pattern_length |
| int | normal_bitrate |
| char * | mime_type |
| char * | recv_fmtp |
| char * | send_fmtp |
| int | flags |
| void * | user_data |
Definition at line 52 of file payloadtype.h.
one of PAYLOAD_* macros
Definition at line 54 of file payloadtype.h.
Referenced by rtp_session_recv_with_ts().
rtp clock rate
Definition at line 55 of file payloadtype.h.
Referenced by rtp_profile_find_payload_number(), rtp_session_get_current_recv_ts(), rtp_session_get_current_send_ts(), rtp_session_time_to_ts(), and rtp_session_ts_to_time().
| char* _PayloadType::mime_type |
actually the submime, ex: pcm, pcma, gsm
Definition at line 61 of file payloadtype.h.
Referenced by payload_type_clone(), payload_type_destroy(), rtp_profile_find_payload_number(), and rtp_profile_get_payload_number_from_mime().
1.5.2