BASS.NET API for the Un4seen BASS Audio Library

WMAcastConnect Method

BASS.NET API for the Un4seen BASS Audio Library
Establishes a connection to the WMAcast server (network or publishing point).

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

public override bool Connect()

Return Value

Type: Boolean
on success, else (see LastError or LastErrorMessage for details).

Implements

IStreamingServerConnect
Remarks

A server connect will only be successfull, if the underlying Encoder was started and is active.
See Also

Reference