BASS.NET API for the Un4seen BASS Audio Library

SHOUTcastUpdateStationArtwork Method

BASS.NET API for the Un4seen BASS Audio Library
Updates the station logo picture of the streaming server.

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

public void UpdateStationArtwork(
	string stationArtwork
)

Parameters

stationArtwork
Type: SystemString
The fully qualified path and file name of the station logo picture to use.
Remarks

The v2StationArtwork property will be updated accordingly and the new station logo will be send to the SHOUTcastv2 server (if connected).

Only applies to the SHOUTcast v2 protocol and the v2SendArtwork property must be set to . Only images up to 511KB will be send.

See Also

Reference