Paraslash Audio Streaming | |
About News Download Documentation Development |
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... | |
Audio file selector data stored in the audio file table.
uint64_t last_played |
Seconds since the epoch.
uint64_t attributes |
Bit field of set attributes.
uint32_t num_played |
Counts how many times the file was selected.
uint32_t image_id |
Image blob associated with this file (foreign key).
uint32_t lyrics_id |
Lyrics blob associated with this file (foreign key).
uint8_t audio_format_id |
Mp3, ogg, ...
uint8_t amp |
Amplification value.