BASS.NET API for the Un4seen BASS Audio Library

BroadCast Constructor

BASS.NET API for the Un4seen BASS Audio Library
Creates an instance of the broadcasting class using the specified streaming server.

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

public BroadCast(
	IStreamingServer server
)

Parameters

server
Type: Un4seen.Bass.MiscIStreamingServer
Instance of a streaming server class to use (containing the configuration and parameter data).
Remarks

In order to create a StreamingServer instance use one of the implementations (e.g. SHOUTcast or ICEcast).
See Also

Reference