BASS.NET API for the Un4seen BASS Audio Library

SHOUTcastAdminUsername Property

BASS.NET API for the Un4seen BASS Audio Library
SHOUTcast server admin user name (the "admin" username which should be used for certain actions).

Namespace:  Un4seen.Bass.Misc
Assembly:  Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax

public string AdminUsername { get; set; }

Property Value

Type: String
Remarks

If empty (default), the "admin" username is used.

This property is evaluated in the following methods: UpdateTitle(String, String), GetListeners(String) and GetStats(String).

See Also

Reference