#include <input_plugin.h>
Data Fields | |
char | stream_type [128] |
char | artist [128] |
char | title [128] |
char | album [128] |
char | genre [128] |
char | year [10] |
char | track [10] |
char | comment [128] |
char | status [32] |
char | path [1024] |
int | channels |
int | tracks |
int | current_track |
int | sample_rate |
int | bitrate |
|
The album name. |
|
Author of the stream. Usually the name of the Artist or Band |
|
The bitrate |
|
The number of channels |
|
The comment of this song |
|
The current track; |
|
The genre of this song |
|
The path of the stream |
|
The sampling rate |
|
The status of the plugin. Can have something like "Seeking..." or perhaps "Buffering" depending on what the plugin instance is doing. |
|
Should describe what type of stream this is (MP3, OGG, etc). May also contain format data and things like sample rate. Text |
|
The song title. |
|
The track number of this song |
|
The number of tracks |
|
The year of this song |