Changeset 5236:0a8740e27666 in roaraudio for libroaross


Ignore:
Timestamp:
11/12/11 16:42:21 (12 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

Removed roar_set_vol() and roar_server_oinfo(), as well as roar_exit().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroaross/libroaross.c

    r5234 r5236  
    10681068   mixer.mixer[0] = ( *ip       & 0xFF); 
    10691069   mixer.mixer[1] = ((*ip >> 8) & 0xFF); 
    1070    if ( roar_set_vol2(&(handle->session->con), o_sid, &mixer, 2, ROAR_SET_VOL_UNMAPPED) == -1 ) { 
     1070   if ( roar_set_vol(&(handle->session->con), o_sid, &mixer, 2, ROAR_SET_VOL_UNMAPPED) == -1 ) { 
    10711071    errno = EIO; 
    10721072    return -1; 
Note: See TracChangeset for help on using the changeset viewer.