BASS.NET API for the Un4seen BASS Audio Library

WMAcastGetListeners Method

BASS.NET API for the Un4seen BASS Audio Library
Returns the number of listeners currently connected (only if UsePublish is set to ).

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

public override int GetListeners(
	string password
)

Parameters

password
Type: SystemString
The optional admin password to use (=use default).

Return Value

Type: Int32
The current number of listeners (or -1 if not available).

Implements

IStreamingServerGetListeners(String)
Remarks

The optional password is actually not used in this implementation.
See Also

Reference