Changeset 5289:ddb3677af4d0 in roaraudio for include/libroar/vio.h


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
  • include/libroar/vio.h

    r5278 r5289  
    8787int     roar_vio_open_socket_listen(struct roar_vio_calls * calls, int type, const char * host, int port) _LIBROAR_ATTR_USE_RESULT _LIBROAR_ATTR_NONNULL_ALL; 
    8888 
    89 int     roar_vio_simple_stream (struct roar_vio_calls * calls, int rate, int channels, int bits, int codec, 
    90                                                                const char * server, int dir, const char * name); 
     89int     roar_vio_simple_stream (struct roar_vio_calls * calls, 
     90                                uint32_t rate, uint32_t channels, uint32_t bits, uint32_t codec, 
     91                                const char * server, int dir, const char * name, int mixer); 
    9192 
    9293int     roar_vio_simple_new_stream_obj (struct roar_vio_calls * calls, 
    9394                                        struct roar_connection * con, 
    9495                                        struct roar_stream * s, 
    95                                         int rate, int channels, int bits, int codec, int dir); 
     96                                        uint32_t rate, uint32_t channels, uint32_t bits, uint32_t codec, 
     97                                        int dir, int mixer); 
    9698 
    9799// possible VIOs: 
Note: See TracChangeset for help on using the changeset viewer.