Changeset 1609:3c2a3f0fb127 in roaraudio for roarclients/roartypes.c


Ignore:
Timestamp:
04/20/09 19:45:27 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

started support for server config including default flags and mixer for individuel stream types/dirs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roarclients/roartypes.c

    r1324 r1609  
    3333  { "roar_sample",         sizeof(struct roar_sample)         }, 
    3434  { "roar_client",         sizeof(struct roar_client)         }, 
     35  { "roard_config",        sizeof(struct roard_config)        }, 
    3536  { "roar_connection",     sizeof(struct roar_connection)     }, 
    3637  { "roar_audio_info",     sizeof(struct roar_audio_info)     }, 
     
    4445 
    4546 while ((++c)->name != NULL) 
    46   printf("%-20s = %4i Bytes = %4i Bits\n", c->name, c->len, c->len * 8); 
     47  printf("%-20s = %5i Bytes = %6i Bits\n", c->name, c->len, c->len * 8); 
    4748 
    4849 return 0; 
Note: See TracChangeset for help on using the changeset viewer.