_stream_info Struct Reference

#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

Detailed Description

This structure is used to pass information about a stream/song from the plugin to the host.


Field Documentation

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

char _stream_info::path[1024]

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


The documentation for this struct was generated from the following file:
Generated on Wed Jul 21 21:43:16 2010 for AlsaPlayer by  doxygen 1.6.3