paraslash Paraslash Audio Streaming
About   News   Download   Documentation   Development

Data Fields
audio_file_data Struct Reference

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...
 

Detailed Description

Data about the current audio file, passed from afs to server.

Field Documentation

◆ afhi

struct afh_info afhi

Vss needs this for streaming.

Referenced by vss_chunk_time().

◆ max_chunk_size

uint32_t max_chunk_size

Size of the largest chunk.

Superseded by afhi->max_chunk_size. May be removed after v0.6.1.

◆ audio_format_id

uint8_t audio_format_id

Needed to get the audio file header.


The documentation for this struct was generated from the following file: