Changeset 1842:8c8a003773ca in roaraudio for include


Ignore:
Timestamp:
05/23/09 04:17:05 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

support for names on server streams, added roar_stream_get_name()

Location:
include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/stream.h

    r1813 r1842  
    109109 
    110110int roar_stream_get_info (struct roar_connection * con, struct roar_stream * s, struct roar_stream_info * info); 
     111int roar_stream_get_name (struct roar_connection * con, struct roar_stream * s, char * name, size_t len); 
    111112 
    112113int roar_stream_set_flags (struct roar_connection * con, struct roar_stream * s, int flags, int reset); 
  • include/roaraudio/proto.h

    r1162 r1842  
    112112#define ROAR_ATTACH_OUTPUT 3 /* attach a new output stream to the server */ 
    113113 
     114// modes for ROAR_CMD_?ET_STREAM_PARA... 
     115#define ROAR_STREAM_PARA_INFO       1 
     116#define ROAR_STREAM_PARA_FLAGS      2 
     117#define ROAR_STREAM_PARA_NAME       3 
    114118 
    115119struct roar_timeofday { 
Note: See TracChangeset for help on using the changeset viewer.