BASS.NET API for the Un4seen BASS Audio Library

BroadCastGetStats Method

BASS.NET API for the Un4seen BASS Audio Library
Returns the XML stats of the server.

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

public string GetStats(
	string password
)

Parameters

password
Type: SystemString
An optional password to use (should be set to to use the default publish password).

Return Value

Type: String
The string representing the XML formatted statistics (or on error/not available).
Remarks

Some StreamingServer implementations might not be able to retrieve an XML statistic, in which case would be returned. However, the following servers should be supported: SHOUTcast, ICEcast, WMAcast.
See Also

Reference