#include <stdlib.h>
#include <unistd.h>
#include <string.h>
Include dependency graph for slinfactory.h:
Go to the source code of this file.
Data Structures | |
struct | ast_slinfactory |
Functions | |
void | ast_slinfactory_destroy (struct ast_slinfactory *sf) |
int | ast_slinfactory_feed (struct ast_slinfactory *sf, struct ast_frame *f) |
void | ast_slinfactory_init (struct ast_slinfactory *sf) |
int | ast_slinfactory_read (struct ast_slinfactory *sf, short *buf, size_t bytes) |
Definition in file slinfactory.h.