Changeset 5289:ddb3677af4d0 in roaraudio for roarclients/roarvumeter.c


Ignore:
Timestamp:
11/22/11 14:47:44 (12 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

use support to set mixer ID up at least one API layer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roarclients/roarvumeter.c

    r5179 r5289  
    220220 } 
    221221 
    222  if ( roar_vio_simple_new_stream_obj(&stream, &con, &s, rate, channels, bits, codec, ROAR_DIR_MONITOR) == -1) { 
     222 if ( roar_vio_simple_new_stream_obj(&stream, &con, &s, rate, channels, bits, codec, ROAR_DIR_MONITOR, -1) == -1) { 
    223223  fprintf(stderr, "Error: can not start monetoring\n"); 
    224224  return 1; 
Note: See TracChangeset for help on using the changeset viewer.