paraslash Paraslash Audio Streaming
About   News   Download   Documentation   Development

Variables
prebuffer_filter.c File Reference

Paraslash's prebuffering filter. More...

#include <regex.h>
#include <lopsub.h>
#include "para.h"
#include "filter_cmd.lsg.h"
#include "list.h"
#include "sched.h"
#include "buffer_tree.h"
#include "filter.h"
#include "string.h"
#include "error.h"

Variables

const struct filter lsg_filter_cmd_com_prebuffer_user_data
 

Detailed Description

Paraslash's prebuffering filter.

Variable Documentation

◆ lsg_filter_cmd_com_prebuffer_user_data

const struct filter lsg_filter_cmd_com_prebuffer_user_data
Initial value:
= {
.open = prebuffer_open,
.close = prebuffer_close,
.pre_monitor = prebuffer_pre_monitor,
.post_monitor = prebuffer_post_monitor,
}