[core, mod_opus] bring more fmtp params to core (offer/answer).

This commit is contained in:
Dragos Oancea
2023-05-11 03:55:11 +03:00
parent f90aeade4f
commit 5e914efc8c
3 changed files with 15 additions and 2 deletions
+8 -2
View File
@@ -676,8 +676,14 @@ struct switch_codec_fmtp {
int bits_per_second;
/*! number of microseconds of media in one packet (ptime * 1000) */
int microseconds_per_packet;
/*! stereo */
int stereo;
/*! maximum ptime in ms */
int max_ptime;
/*! minimum ptime in ms */
int min_ptime;
/*! stereo, typically bidirectional */
int stereo;
/* sender properties (stereo) */
int sprop_stereo;
/*! private data for the codec module to store handle specific info */
void *private_info;