Class ShoutcastSinkSettings
- Namespace
- VisioForge.Core.Types.X.Sinks
- Assembly
- VisioForge.Core.dll
Represents settings for a Shout/Icecast streaming connection.
public class ShoutcastSinkSettingsInheritance
Inherited Members
Properties
Description
Gets or sets the description of the stream.
public string Description { get; set; }Property Value
Genre
Gets or sets the genre of the stream.
public string Genre { get; set; }Property Value
IP
Gets or sets the IP address or hostname of the server.
public string IP { get; set; }Property Value
Mount
Gets or sets the mount point for the stream.
public string Mount { get; set; }Property Value
Password
Gets or sets the password for server authentication.
public string Password { get; set; }Property Value
Port
Gets or sets the port number to connect to.
public int Port { get; set; }Property Value
Remarks
Valid values range from 1 to 65535.
Protocol
Gets or sets the connection protocol to use.
public ShoutProtocol Protocol { get; set; }Property Value
Public
Gets or sets whether the stream should be listed on the server's stream directory.
public bool Public { get; set; }Property Value
StreamName
Gets or sets the name of the stream.
public string StreamName { get; set; }Property Value
URL
Gets or sets the stream's homepage URL.
public string URL { get; set; }Property Value
Username
Gets or sets the username for server authentication.
public string Username { get; set; }