_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

Should describe what type of stream this is (MP3, OGG, etc). May also contain format data and things like sample rate. Text

Author of the stream. Usually the name of the Artist or Band

The song title.

The album name.

The genre of this song

The year of this song

The track number of this song

The comment of this song

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


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

Generated on Mon Jun 16 21:13:45 2008 for AlsaPlayer by  doxygen 1.5.6