Changeset 822 for pjproject/trunk/pjmedia/src/pjmedia/sound_port.c
- Timestamp:
- Nov 23, 2006 7:32:13 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjmedia/src/pjmedia/sound_port.c
r744 r822 493 493 status = pjmedia_echo_create(pool, snd_port->clock_rate, 494 494 snd_port->samples_per_frame, 495 tail_ms, options, &snd_port->ec_state); 495 tail_ms, delay_ms, 496 options, &snd_port->ec_state); 496 497 if (status != PJ_SUCCESS) 497 498 snd_port->ec_state = NULL;
Note: See TracChangeset
for help on using the changeset viewer.