BASS.NET API for the Un4seen BASS Audio Library

ICEcastMountPoint Field

BASS.NET API for the Un4seen BASS Audio Library
The ICEcast mountpoint you want to use.

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

public string MountPoint

Field Value

Type: String
Remarks

All Ogg Vorbis streams should have mountpoints that end in .ogg (i.e. "/mystream.ogg"). This is due to the lazy way most media players infer the type of stream. MP3 streams usually do not contain an extension (e.g. "/mystream"). Mount points also should not contain any spaces or odd characters (again due to the lazy way many of the media players are coded) and MUST start with a slash ('/')!
See Also

Reference