mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 13:12:03 +00:00
refine code
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3006 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -442,6 +442,10 @@ struct switch_codec {
|
||||
const switch_codec_interface_t *codec_interface;
|
||||
/*! the specific implementation of the above codec */
|
||||
const switch_codec_implementation_t *implementation;
|
||||
/*! fmtp line from remote sdp */
|
||||
char *fmtp_in;
|
||||
/*! fmtp line for local sdp */
|
||||
char *fmtp_out;
|
||||
/*! codec settings for this handle */
|
||||
switch_codec_settings_t codec_settings;
|
||||
/*! flags to modify behaviour */
|
||||
@@ -460,6 +464,8 @@ struct switch_codec_implementation {
|
||||
switch_payload_t ianacode;
|
||||
/*! the IANA code name */
|
||||
char *iananame;
|
||||
/*! default fmtp to send (can be overridden by the init function) */
|
||||
char *fmtp;
|
||||
/*! samples transferred per second */
|
||||
uint32_t samples_per_second;
|
||||
/*! bits transferred per second */
|
||||
|
||||
Reference in New Issue
Block a user