Search Results for

    Show / Hide Table of Contents

    Interface IRadioServer

    Radio server interface

    Namespace: BassBoom.Basolia.Radio
    Assembly: BassBoom.Basolia.dll
    Syntax
    public interface IRadioServer

    Properties

    | Edit this page View Source

    ActiveStreams

    Active streams in the server

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

    CurrentListeners

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

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

    MimeType

    MIME type of a stream

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

    PeakListeners

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

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

    ServerHost

    Server IP address

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

    ServerHostFull

    Server IP address with port

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

    ServerHttps

    Whether the Shoutcast server is using HTTPS or not

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

    ServerPort

    Server port

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

    ServerType

    Server type (SHOUTcast, IceCast, ...)

    Declaration
    RadioServerType ServerType { get; }
    Property Value
    Type Description
    RadioServerType
    | Edit this page View Source

    Streams

    Available streams and their statistics

    Declaration
    StreamInfo[] Streams { get; }
    Property Value
    Type Description
    StreamInfo[]
    | Edit this page View Source

    TotalStreams

    Total number of streams in the server

    Declaration
    int TotalStreams { get; }
    Property Value
    Type Description
    int

    Methods

    | Edit this page View Source

    Refresh()

    Refreshes the statistics

    Declaration
    void Refresh()
    | Edit this page View Source

    RefreshAsync()

    Refreshes the statistics

    Declaration
    Task RefreshAsync()
    Returns
    Type Description
    Task
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX