Changeset 959 for pjproject/trunk/pjsip-apps/src/samples/playfile.c
- Timestamp:
- Feb 17, 2007 7:34:46 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip-apps/src/samples/playfile.c
r815 r959 177 177 /* Start deinitialization: */ 178 178 179 /* Disconnect sound port from file port */ 180 status = pjmedia_snd_port_disconnect(snd_port); 181 PJ_ASSERT_RETURN(status == PJ_SUCCESS, 1); 182 183 /* Without this sleep, Windows/DirectSound will repeteadly 184 * play the last frame during destroy. 185 */ 186 pj_thread_sleep(100); 187 179 188 /* Destroy sound device */ 180 189 status = pjmedia_snd_port_destroy( snd_port );
Note: See TracChangeset
for help on using the changeset viewer.