Changeset 4265:70335dcbc1ca in roaraudio


Ignore:
Timestamp:
08/27/10 13:26:57 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

some first functions to get LTM values

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/ltm.h

    r4263 r4265  
    3939#include "libroar.h" 
    4040 
     41int roar_ltm_register(struct roar_connection * con, int mt, int window, int * streams, size_t slen); 
     42int roar_ltm_unregister(struct roar_connection * con, int mt, int window, int * streams, size_t slen); 
     43 
     44ssize_t roar_ltm_get_raw(struct roar_connection * con, int mt, int window, int * streams, size_t slen, void * buf, size_t * buflen, int64_t ** array); 
     45 
     46int64_t roar_ltm_extract(int64_t * buf, size_t len, int mt, int req); 
     47int64_t roar_ltm_extract1(int64_t * buf, size_t len, int mt, int req); 
     48 
    4149#endif 
    4250 
Note: See TracChangeset for help on using the changeset viewer.