paraslash Paraslash Audio Streaming
About   News   Download   Documentation   Development

Data Fields
afs_info Struct Reference

Audio file selector data stored in the audio file table. More...

#include <afs.h>

Data Fields

uint64_t last_played
 Seconds since the epoch. More...
 
uint64_t attributes
 Bit field of set attributes. More...
 
uint32_t num_played
 Counts how many times the file was selected. More...
 
uint32_t image_id
 Image blob associated with this file (foreign key). More...
 
uint32_t lyrics_id
 Lyrics blob associated with this file (foreign key). More...
 
uint8_t audio_format_id
 Mp3, ogg, ... More...
 
uint8_t amp
 Amplification value. More...
 

Detailed Description

Audio file selector data stored in the audio file table.

Field Documentation

◆ last_played

uint64_t last_played

Seconds since the epoch.

◆ attributes

uint64_t attributes

Bit field of set attributes.

◆ num_played

uint32_t num_played

Counts how many times the file was selected.

◆ image_id

uint32_t image_id

Image blob associated with this file (foreign key).

◆ lyrics_id

uint32_t lyrics_id

Lyrics blob associated with this file (foreign key).

◆ audio_format_id

uint8_t audio_format_id

Mp3, ogg, ...

◆ amp

uint8_t amp

Amplification value.


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