Changeset 3999 for pjproject/trunk/pjsip-apps/src/python/_pjsua.c
- Timestamp:
- Mar 30, 2012 7:10:13 AM (13 years ago)
- Location:
- pjproject/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk
-
pjproject/trunk/pjsip-apps/src/python/_pjsua.c
r3553 r3999 2348 2348 conf_port_info_new(&PyTyp_pjsua_conf_port_info, NULL, NULL); 2349 2349 ret->bits_per_sample = info.bits_per_sample; 2350 ret->channel_count = info. bits_per_sample;2350 ret->channel_count = info.channel_count; 2351 2351 ret->clock_rate = info.clock_rate; 2352 2352 ret->name = PyString_FromPJ(&info.name);
Note: See TracChangeset
for help on using the changeset viewer.