Table of Contents

Class ShoutcastSinkSettings

Namespace
VisioForge.Core.Types.X.Sinks
Assembly
VisioForge.Core.dll

Represents settings for a Shout/Icecast streaming connection.

public class ShoutcastSinkSettings

Inheritance

Inherited Members

Properties

Description

Gets or sets the description of the stream.

public string Description { get; set; }

Property Value

string

Genre

Gets or sets the genre of the stream.

public string Genre { get; set; }

Property Value

string

IP

Gets or sets the IP address or hostname of the server.

public string IP { get; set; }

Property Value

string

Mount

Gets or sets the mount point for the stream.

public string Mount { get; set; }

Property Value

string

Password

Gets or sets the password for server authentication.

public string Password { get; set; }

Property Value

string

Port

Gets or sets the port number to connect to.

public int Port { get; set; }

Property Value

int

Remarks

Valid values range from 1 to 65535.

Protocol

Gets or sets the connection protocol to use.

public ShoutProtocol Protocol { get; set; }

Property Value

ShoutProtocol

Public

Gets or sets whether the stream should be listed on the server's stream directory.

public bool Public { get; set; }

Property Value

bool

StreamName

Gets or sets the name of the stream.

public string StreamName { get; set; }

Property Value

string

URL

Gets or sets the stream's homepage URL.

public string URL { get; set; }

Property Value

string

Username

Gets or sets the username for server authentication.

public string Username { get; set; }

Property Value

string