Paraslash Audio Streaming | |
About News Download Documentation Development |
Data about the current audio file, passed from afs to server. More...
#include <afh.h>
Data Fields | |
struct afh_info | afhi |
Vss needs this for streaming. More... | |
uint32_t | max_chunk_size |
Size of the largest chunk. More... | |
uint8_t | audio_format_id |
Needed to get the audio file header. More... | |
Data about the current audio file, passed from afs to server.
struct afh_info afhi |
Vss needs this for streaming.
Referenced by vss_chunk_time().
uint32_t max_chunk_size |
Size of the largest chunk.
Superseded by afhi->max_chunk_size. May be removed after v0.6.1.
uint8_t audio_format_id |
Needed to get the audio file header.