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