Changeset 5235:f6772d7182e8 in roaraudio for plugins/xmms


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

use newer API functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/xmms/roar.c

    r4708 r5235  
    170170 g_inst.pause   = 0; 
    171171 
    172  roar_stream_set_role(&(g_inst.con), &(g_inst.stream), ROAR_ROLE_MUSIC); 
     172 _LIBROAR_IGNORE_RET(roar_stream_set_role(&(g_inst.con), &(g_inst.stream), ROAR_ROLE_MUSIC)); 
    173173 roar_update_metadata(); 
    174174 roar_set_volume(g_inst.mixer.l, g_inst.mixer.r); 
     
    371371 mixer.scale    = 100; 
    372372 
    373  roar_set_vol(&(g_inst.con), g_inst.stream.id, &mixer, 2); 
     373 _LIBROAR_IGNORE_RET(roar_set_vol2(&(g_inst.con), g_inst.stream.id, &mixer, 2, ROAR_SET_VOL_UNMAPPED)); 
    374374} 
    375375 
Note: See TracChangeset for help on using the changeset viewer.