|
RTS API Documentation
1.10.11
|
#include <switch_module_interfaces.h>
Collaboration diagram for switch_codec_fmtp:Data Fields | |
| uint32_t | actual_samples_per_second |
| int | bits_per_second |
| int | microseconds_per_packet |
| int | max_ptime |
| int | min_ptime |
| int | stereo |
| int | sprop_stereo |
| void * | private_info |
an abstract handle of a fmtp parsed by codec
Definition at line 672 of file switch_module_interfaces.h.
| uint32_t switch_codec_fmtp::actual_samples_per_second |
actual samples transferred per second for those who are not moron g722 RFC writers
Definition at line 674 of file switch_module_interfaces.h.
Referenced by switch_core_codec_parse_fmtp(), switch_core_media_negotiate_sdp(), switch_speex_fmtp_parse(), and switch_speex_init().
| int switch_codec_fmtp::bits_per_second |
bits transferred per second
Definition at line 676 of file switch_module_interfaces.h.
Referenced by add_audio_codec(), and switch_core_media_negotiate_sdp().
| int switch_codec_fmtp::max_ptime |
maximum ptime in ms
Definition at line 680 of file switch_module_interfaces.h.
Referenced by switch_core_media_negotiate_sdp().
| int switch_codec_fmtp::microseconds_per_packet |
number of microseconds of media in one packet (ptime * 1000)
Definition at line 678 of file switch_module_interfaces.h.
Referenced by add_audio_codec(), and switch_core_media_negotiate_sdp().
| int switch_codec_fmtp::min_ptime |
minimum ptime in ms
Definition at line 682 of file switch_module_interfaces.h.
| void* switch_codec_fmtp::private_info |
private data for the codec module to store handle specific info
Definition at line 688 of file switch_module_interfaces.h.
Referenced by switch_speex_fmtp_parse(), and switch_speex_init().
| int switch_codec_fmtp::sprop_stereo |
Definition at line 686 of file switch_module_interfaces.h.
| int switch_codec_fmtp::stereo |
stereo, typically bidirectional
Definition at line 684 of file switch_module_interfaces.h.
Referenced by switch_core_media_negotiate_sdp().
1.8.13