Class StreamInfo
Shoutcast stream information
Namespace: BassBoom.Basolia.Radio
Assembly: BassBoom.Basolia.dll
Syntax
public class StreamInfo
Properties
| Edit this page View SourceAverageTime
Average time on any active listener connections in seconds
Declaration
public int AverageTime { get; }
Property Value
Type | Description |
---|---|
int |
AverageTimeSpan
Average time on any active listener connections in the time span
Declaration
public TimeSpan AverageTimeSpan { get; }
Property Value
Type | Description |
---|---|
TimeSpan |
BackupStatus
Backup status
Declaration
public int BackupStatus { get; }
Property Value
Type | Description |
---|---|
int |
BitRate
Stream bitrate in kbps
Declaration
public int BitRate { get; }
Property Value
Type | Description |
---|---|
int |
CurrentListeners
How many people are listening to the stream at this time?
Declaration
public int CurrentListeners { get; }
Property Value
Type | Description |
---|---|
int |
MaxListeners
How many people can listen to the stream?
Declaration
public int MaxListeners { get; }
Property Value
Type | Description |
---|---|
int |
MimeInfo
MIME info for stream, usually audio/mpeg.
Declaration
public string MimeInfo { get; }
Property Value
Type | Description |
---|---|
string |
PeakListeners
How many listeners did the stream ever get at peak times?
Declaration
public int PeakListeners { get; }
Property Value
Type | Description |
---|---|
int |
SampleRate
Sampling rate in Hz
Declaration
public int SampleRate { get; }
Property Value
Type | Description |
---|---|
int |
SongTitle
Song title
Declaration
public string SongTitle { get; }
Property Value
Type | Description |
---|---|
string |
StreamGenre
The stream genre
Declaration
public string StreamGenre { get; }
Property Value
Type | Description |
---|---|
string |
StreamGenre2
The second stream genre
Declaration
public string StreamGenre2 { get; }
Property Value
Type | Description |
---|---|
string |
StreamGenre3
The third stream genre
Declaration
public string StreamGenre3 { get; }
Property Value
Type | Description |
---|---|
string |
StreamGenre4
The fourth stream genre
Declaration
public string StreamGenre4 { get; }
Property Value
Type | Description |
---|---|
string |
StreamGenre5
The fifth stream genre
Declaration
public string StreamGenre5 { get; }
Property Value
Type | Description |
---|---|
string |
StreamHits
Stream hits
Declaration
public long StreamHits { get; }
Property Value
Type | Description |
---|---|
long |
StreamHomepage
Link to the stream homepage
Declaration
public string StreamHomepage { get; }
Property Value
Type | Description |
---|---|
string |
StreamId
Stream ID starting from number one (1)
Declaration
public int StreamId { get; }
Property Value
Type | Description |
---|---|
int |
StreamListed
Is the stream listed?
Declaration
public bool StreamListed { get; }
Property Value
Type | Description |
---|---|
bool |
StreamPath
Path to stream
Declaration
public string StreamPath { get; }
Property Value
Type | Description |
---|---|
string |
StreamStatus
Stream status
Declaration
public int StreamStatus { get; }
Property Value
Type | Description |
---|---|
int |
StreamTitle
Stream title
Declaration
public string StreamTitle { get; }
Property Value
Type | Description |
---|---|
string |
StreamUptime
Stream uptime in seconds
Declaration
public long StreamUptime { get; }
Property Value
Type | Description |
---|---|
long |
StreamUptimeSpan
Stream uptime in the time span
Declaration
public TimeSpan StreamUptimeSpan { get; }
Property Value
Type | Description |
---|---|
TimeSpan |
UniqueListeners
How many unique listeners are there?
Declaration
public int UniqueListeners { get; }
Property Value
Type | Description |
---|---|
int |