a-mediastreamer2
5.2.0
|
mediastreamer2 msplc.h include file More...
#include "mscommon.h"
Typedefs | |
typedef struct _MSPlc | MSPlc |
typedef struct _MSPlcDesc | MSPlcDesc |
Functions | |
void | ms_plc_set_func (MSPlcDesc *_ms_plc_desc) |
MSPlc * | ms_plc_init (int samplerate) |
void | ms_plc_free (MSPlc *obj) |
int | ms_plc_expand (MSPlc *obj, mblk_t **out, int length, int noise) |
int | ms_plc_normal (MSPlc *obj, mblk_t *in, mblk_t **out) |
int | ms_plc_reduce (MSPlc *obj, mblk_t *in, mblk_t **out, mblk_t **extra) |
mediastreamer2 msplc.h include file
This file provide the API needed to manage PLC.