Voice API for Windows Operating Systems Library Reference — November 2003 257
get echo cancellation resource transmit time slot number — dx_getxmitslotecr( )
/* Get TDM bus time slot on which the echo-cancelled signal will be transmitted */
if
(dx_getxmitslotecr(chdev, &sc_tsinfo)
== -1) {
printf("Error message = %s", ATDV_ERRMSGP(chdev));
exit(1);
}
printf("%s transmits the echo cancelled signal on %d", ATDV_NAMEP(chdev),scts);
return(0);
}
!
!!
!See Also
dx_listenecr( )
dx_listenecrex( )
dx_unlistenecr( )
dx_getxmitslot( )