paraslash Paraslash Audio Streaming
About   News   Download   Documentation   Development

Variables
afh_recv.c File Reference

Variables

const struct receiver lsg_recv_cmd_com_afh_user_data
 

Detailed Description

Receiver for streaming local files.

Variable Documentation

◆ lsg_recv_cmd_com_afh_user_data

const struct receiver lsg_recv_cmd_com_afh_user_data
Initial value:
= {
.open = afh_recv_open,
.close = afh_recv_close,
.pre_monitor = afh_recv_pre_monitor,
.post_monitor = afh_recv_post_monitor,
.execute = afh_execute,
}