Search Results for

    Show / Hide Table of Contents

    Class StreamInfo

    Shoutcast stream information

    Inheritance
    object
    StreamInfo
    Namespace: BassBoom.Basolia.Radio
    Assembly: BassBoom.Basolia.dll
    Syntax
    public class StreamInfo

    Properties

    | Edit this page View Source

    AverageTime

    Average time on any active listener connections in seconds

    Declaration
    public int AverageTime { get; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    AverageTimeSpan

    Average time on any active listener connections in the time span

    Declaration
    public TimeSpan AverageTimeSpan { get; }
    Property Value
    Type Description
    TimeSpan
    | Edit this page View Source

    BackupStatus

    Backup status

    Declaration
    public int BackupStatus { get; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    BitRate

    Stream bitrate in kbps

    Declaration
    public int BitRate { get; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    CurrentListeners

    How many people are listening to the stream at this time?

    Declaration
    public int CurrentListeners { get; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    MaxListeners

    How many people can listen to the stream?

    Declaration
    public int MaxListeners { get; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    MimeInfo

    MIME info for stream, usually audio/mpeg.

    Declaration
    public string MimeInfo { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    PeakListeners

    How many listeners did the stream ever get at peak times?

    Declaration
    public int PeakListeners { get; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    SampleRate

    Sampling rate in Hz

    Declaration
    public int SampleRate { get; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    SongTitle

    Song title

    Declaration
    public string SongTitle { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    StreamGenre

    The stream genre

    Declaration
    public string StreamGenre { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    StreamGenre2

    The second stream genre

    Declaration
    public string StreamGenre2 { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    StreamGenre3

    The third stream genre

    Declaration
    public string StreamGenre3 { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    StreamGenre4

    The fourth stream genre

    Declaration
    public string StreamGenre4 { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    StreamGenre5

    The fifth stream genre

    Declaration
    public string StreamGenre5 { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    StreamHits

    Stream hits

    Declaration
    public long StreamHits { get; }
    Property Value
    Type Description
    long
    | Edit this page View Source

    StreamHomepage

    Link to the stream homepage

    Declaration
    public string StreamHomepage { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    StreamId

    Stream ID starting from number one (1)

    Declaration
    public int StreamId { get; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    StreamListed

    Is the stream listed?

    Declaration
    public bool StreamListed { get; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    StreamPath

    Path to stream

    Declaration
    public string StreamPath { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    StreamStatus

    Stream status

    Declaration
    public int StreamStatus { get; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    StreamTitle

    Stream title

    Declaration
    public string StreamTitle { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    StreamUptime

    Stream uptime in seconds

    Declaration
    public long StreamUptime { get; }
    Property Value
    Type Description
    long
    | Edit this page View Source

    StreamUptimeSpan

    Stream uptime in the time span

    Declaration
    public TimeSpan StreamUptimeSpan { get; }
    Property Value
    Type Description
    TimeSpan
    | Edit this page View Source

    UniqueListeners

    How many unique listeners are there?

    Declaration
    public int UniqueListeners { get; }
    Property Value
    Type Description
    int
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX